Initial commit
This commit is contained in:
6
GNUmakefile
Normal file
6
GNUmakefile
Normal file
@@ -0,0 +1,6 @@
|
||||
default: testacc
|
||||
|
||||
# Run acceptance tests
|
||||
.PHONY: testacc
|
||||
testacc:
|
||||
TF_ACC=1 go test ./... -v $(TESTARGS) -timeout 120m
|
||||
Reference in New Issue
Block a user