Skip to content

Commit

Permalink
fix: set parallel for go test to '10'
Browse files Browse the repository at this point in the history
  • Loading branch information
bschaatsbergen committed Mar 31, 2024
1 parent eb6d6f2 commit 88d21ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ fmt:
gofmt -s -w -e .

test:
go test -v -cover -timeout=120s -parallel=4 ./...
go test -v -cover -timeout=120s -parallel=10 ./...

testacc:
TF_ACC=1 go test -v -cover -timeout 120m ./...
Expand Down

0 comments on commit 88d21ca

Please sign in to comment.