Skip to content

Commit

Permalink
CI: force integration tests to run in parallel
Browse files Browse the repository at this point in the history
  • Loading branch information
cpuguy83 committed Nov 5, 2024
1 parent 792b957 commit e6f66a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ jobs:
- name: Precache base images
run: go run ./cmd/ci-precache
- name: Run integration tests
run: go test -v -json ./test | go run ./cmd/test2json2gha --slow 5s
run: go test -p 16 -v -json ./test | go run ./cmd/test2json2gha --slow 5s
- name: dump logs
if: failure()
run: sudo journalctl -u docker
Expand Down

0 comments on commit e6f66a9

Please sign in to comment.