terraform-provider-envbuilder/GNUmakefile
Mathias Fredriksson 76d8aa974e
Initial commit
2024-07-18 14:43:45 +03:00

6 lines
119 B
Makefile

default: testacc
# Run acceptance tests
.PHONY: testacc
testacc:
TF_ACC=1 go test ./... -v $(TESTARGS) -timeout 120m