Files
terraform-provider-virtfusion/GNUmakefile
2023-08-19 20:55:01 -04:00

7 lines
119 B
Makefile

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