ci: fix text file busy error causing test flakiness (#30)
* ci: try to fix text file busy error * set up terraform explicitly before running tests * remove limitation on parallel tests run
This commit is contained in:
committed by
GitHub
parent
5cf4ea69ad
commit
ccac6edebe
3
Makefile
3
Makefile
@@ -12,4 +12,5 @@ build:
|
||||
|
||||
.PHONY: testacc
|
||||
testacc:
|
||||
TF_LOG_PROVIDER=debug TF_ACC=1 go test $(TEST) -test.parallel 2 -v -count $(TEST_COUNT) -timeout $(TEST_TIMEOUT) $(TESTARGS)
|
||||
go build ./...
|
||||
TF_LOG_PROVIDER=debug TF_ACC=1 go test $(TEST) -v -count $(TEST_COUNT) -timeout $(TEST_TIMEOUT) $(TESTARGS)
|
||||
|
||||
Reference in New Issue
Block a user