We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8dc7c3 commit 1038b65Copy full SHA for 1038b65
.github/workflows/compatibility-tests.yaml
@@ -107,7 +107,7 @@ jobs:
107
PREVIOUS_VERSION: ${{ env.PREVIOUS_VERSION }}
108
run: |
109
go install gotest.tools/[email protected]
110
- gotestsum --format pkgname --jsonfile log.json -- -v -timeout 3600s ./tests/compatibility/... -ginkgo.vv -coverprofile cover.out
+ gotestsum --format pkgname --jsonfile log.json -- -v -timeout 3600s -p 1 ./tests/compatibility/... -ginkgo.vv -coverprofile cover.out
111
112
- name: convert-to-human-readable
113
run: jq -r '.Output| gsub("[\\n]"; "")' log.json 2>/dev/null 1>log.txt || true
0 commit comments