mirror of
https://github.com/coder/terraform-provider-envbuilder.git
synced 2025-08-11 04:29:13 +00:00
6 lines
119 B
Makefile
6 lines
119 B
Makefile
default: testacc
|
|
|
|
# Run acceptance tests
|
|
.PHONY: testacc
|
|
testacc:
|
|
TF_ACC=1 go test ./... -v $(TESTARGS) -timeout 120m
|