ci: remove constraint on acceptance tests parallelism (#59)

This commit is contained in:
Mateusz Filipowicz
2025-03-16 15:55:10 +01:00
committed by GitHub
parent ff14bd365f
commit b269563553

View File

@@ -13,4 +13,4 @@ build:
.PHONY: testacc
testacc:
go build ./...
TF_LOG_PROVIDER=debug TF_ACC=1 go test $(TEST) -test.parallel 2 -v -count $(TEST_COUNT) -timeout $(TEST_TIMEOUT) $(TESTARGS)
TF_ACC=1 go test $(TEST) -v -count $(TEST_COUNT) -timeout $(TEST_TIMEOUT) $(TESTARGS)