Skip to content

Commit

Permalink
Merge pull request #1057 from alvaroaleman/disable-parallel-testing
Browse files Browse the repository at this point in the history
🏃 Disable golangs parallel testing
  • Loading branch information
k8s-ci-robot committed Jul 20, 2020
2 parents 57ed2a3 + cdda69f commit 229c3c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/test-all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ setup_envs

header_text "running go test"

go test -race ${MOD_OPT} ./... -parallel 4
go test -race ${MOD_OPT} ./...

header_text "running coverage"

Expand Down

0 comments on commit 229c3c3

Please sign in to comment.