Skip to content

Commit 1038b65

Browse files
committed
fix: run compat tests sequentially
1 parent f8dc7c3 commit 1038b65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/compatibility-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
PREVIOUS_VERSION: ${{ env.PREVIOUS_VERSION }}
108108
run: |
109109
go install gotest.tools/[email protected]
110-
gotestsum --format pkgname --jsonfile log.json -- -v -timeout 3600s ./tests/compatibility/... -ginkgo.vv -coverprofile cover.out
110+
gotestsum --format pkgname --jsonfile log.json -- -v -timeout 3600s -p 1 ./tests/compatibility/... -ginkgo.vv -coverprofile cover.out
111111
112112
- name: convert-to-human-readable
113113
run: jq -r '.Output| gsub("[\\n]"; "")' log.json 2>/dev/null 1>log.txt || true

0 commit comments

Comments
 (0)