
Most of the content is inspired by existing content in https://github.com/hashicorp/terraform-provider-scaffolding.
7 lines
119 B
Makefile
7 lines
119 B
Makefile
default: testacc
|
|
|
|
# Run acceptance tests
|
|
.PHONY: testacc
|
|
testacc:
|
|
TF_ACC=1 go test ./... -v $(TESTARGS) -timeout 120m
|