Skip to content

Commit cdda69f

Browse files
committed
🏃 Disable golangs parallel testing
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.
1 parent f98ea97 commit cdda69f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hack/test-all.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ setup_envs
2222

2323
header_text "running go test"
2424

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

2727
header_text "running coverage"
2828

0 commit comments

Comments
 (0)