We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
CGO_ENABLED
1 parent e654d8b commit f100269Copy full SHA for f100269
1 file changed
GNUmakefile
@@ -60,7 +60,7 @@ test:
60
testacc:
61
@branch=$$(git rev-parse --abbrev-ref HEAD); \
62
printf "==> Running acceptance tests on branch: \033[1m%s\033[0m...\n" "🌿 $$branch 🌿"
63
- TF_ACC=1 CGO_ENABLED=0 go test $(TEST) -v -run '^TestAcc' $(RUNARGS) $(TESTARGS) -timeout 120m -count=1
+ TF_ACC=1 go test $(TEST) -v -run '^TestAcc' $(RUNARGS) $(TESTARGS) -timeout 120m -count=1
64
65
test-compile:
66
@if [ "$(TEST)" = "./..." ]; then \
0 commit comments