File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -61,14 +61,6 @@ testacc:
6161 printf " ==> Running acceptance tests on branch: \033[1m%s\033[0m...\n" " 🌿 $$ branch 🌿"
6262 TF_ACC=1 CGO_ENABLED=0 go test $(TEST ) -v -run ' ^TestAcc' $(RUNARGS ) $(TESTARGS ) -timeout 120m -count=1
6363
64- test-compile :
65- @if [ " $( TEST) " = " ./..." ]; then \
66- echo " ERROR: Set TEST to a specific package. For example," ; \
67- echo " make test-compile TEST=./$( PKG_NAME) " ; \
68- exit 1; \
69- fi
70- CGO_ENABLED=0 go test -c $(TEST ) $(TESTARGS )
71-
7264website :
7365ifeq (,$(wildcard $(GOPATH ) /src/$(WEBSITE_REPO ) ) )
7466 echo "$(WEBSITE_REPO) not found in your GOPATH (necessary for layouts and assets), get-ting..."
@@ -87,4 +79,4 @@ ifeq (,$(wildcard $(GOPATH)/src/$(WEBSITE_REPO)))
8779endif
8880 @$(MAKE) -C $(GOPATH)/src/$(WEBSITE_REPO) website-provider-test PROVIDER_PATH=$(shell pwd) PROVIDER_NAME=$(PKG_NAME)
8981
90- .PHONY : build test testacc fmt lint lintcheck tools test-compile website website-lint website-test
82+ .PHONY : build test testacc fmt lint lintcheck tools website website-lint website-test
You can’t perform that action at this time.
0 commit comments