feat: add enabled flag

This commit is contained in:
Mateusz Filipowicz
2025-02-02 20:33:18 +01:00
committed by Mateusz Filipowicz
parent 5e4894c114
commit 708d73eb6b
2 changed files with 15 additions and 7 deletions

View File

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