Skip to content

Commit

Permalink
Don't run acceptance tests in parallel
Browse files Browse the repository at this point in the history
  • Loading branch information
patryk committed Jul 27, 2020
1 parent fe4afe6 commit fc606be
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 @@ -19,7 +19,7 @@ test: fmtcheck
xargs -t -n4 go test $(TESTARGS) -timeout=30s -parallel=4 -race

testacc: fmtcheck
TF_ACC=1 go test $(TEST) -v $(TESTARGS) -timeout 120m
TF_ACC=1 go test $(TEST) -v $(TESTARGS) -timeout 120m -parallel 1

vet:
@echo "go vet ."
Expand Down

0 comments on commit fc606be

Please sign in to comment.