Skip to content

Commit

Permalink
try parallel 2
Browse files Browse the repository at this point in the history
  • Loading branch information
filipowm committed Jan 21, 2025
1 parent 6640db5 commit 9af52b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ build:

.PHONY: testacc
testacc:
TF_ACC=1 go test $(TEST) -test.parallel 1 -v -count $(TEST_COUNT) -timeout $(TEST_TIMEOUT) $(TESTARGS)
TF_ACC=1 go test $(TEST) -test.parallel 2 -v -count $(TEST_COUNT) -timeout $(TEST_TIMEOUT) $(TESTARGS)

0 comments on commit 9af52b4

Please sign in to comment.