Skip to content

Commit

Permalink
TER-235: Add recipes for testing with no cached results
Browse files Browse the repository at this point in the history
  • Loading branch information
Jordan Caussat authored and Jordan Caussat committed Mar 20, 2018
1 parent 7597c98 commit 095d520
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ test:
testacc:
TF_ACC=1 go test $(TEST) -v $(TESTARGS) -timeout 120m

testacc-no-cache:
TF_ACC=1 GOCACHE=off go test $(TEST) -v $(TESTARGS) -timeout 120m

vet:
@echo "go vet ."
@go vet $$(go list ./... | grep -v vendor/) ; if [ $$? -eq 1 ]; then \
Expand Down

0 comments on commit 095d520

Please sign in to comment.