Skip to content

Commit

Permalink
🏃 Disable golangs parallel testing
Browse files Browse the repository at this point in the history
According to onsi/ginkgo#280 this doesn't seem
to be properly supported. If we want parallelization, we should use
ginkgos built-in mechanism for that.
  • Loading branch information
alvaroaleman authored and kevindelgado committed Sep 12, 2020
1 parent cec412a commit de3409d
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 de3409d

Please sign in to comment.