Skip to content

Commit 229c3c3

Browse files
authored
Merge pull request #1057 from alvaroaleman/disable-parallel-testing
🏃 Disable golangs parallel testing
2 parents 57ed2a3 + cdda69f commit 229c3c3

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)