Skip to content

Commit

Permalink
add gox to makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
cgroschupp committed Dec 11, 2019
1 parent a8a8af9 commit 16a7926
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,7 @@ test:
.PHONY: testacc
testacc:
TF_LOG=debug TF_ACC=1 $(GOCMD) test $(TEST) -v $(TESTARGS) -timeout 120m

.PHONY: gox
gox:
GO111MODULE=off go get -u github.com/mitchellh/gox

0 comments on commit 16a7926

Please sign in to comment.