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