Skip to content

Commit

Permalink
Increase integration test parallelism
Browse files Browse the repository at this point in the history
  • Loading branch information
pietern committed Dec 9, 2024
1 parent 227a135 commit f410a75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ vendor:
@go mod vendor

integration:
gotestsum --format github-actions --rerun-fails --jsonfile output.json --packages "./internal/..." -- -run "TestAcc.*" -parallel 4 -timeout=2h
gotestsum --format github-actions --rerun-fails --jsonfile output.json --packages "./internal/..." -- -run "TestAcc.*" -p 2 -parallel 8 -timeout=2h

.PHONY: fmt lint lintfix test testonly coverage build snapshot vendor integration

0 comments on commit f410a75

Please sign in to comment.