Skip to content

Commit

Permalink
Fix terraform: text file busy
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbyiliev committed Dec 19, 2024
1 parent 1ed1729 commit 947b9a3
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 @@ -28,7 +28,7 @@ test:

.PHONY: testacc
testacc:
TF_ACC=1 go test ./... -v $(TESTARGS) -timeout 120m -run TestAcc
TF_ACC=1 go test ./... -v $(TESTARGS) -timeout 120m -run TestAcc -parallel 1

.PHONY: docs
docs:
Expand Down

0 comments on commit 947b9a3

Please sign in to comment.