No need for CGO when running tests

This commit is contained in:
Tobie Morgan Hitchcock 2017-03-24 20:51:23 +00:00
parent 7e88dc856f
commit 84445997eb

View file

@ -47,7 +47,7 @@ convey:
.PHONY: tests .PHONY: tests
tests: tests:
$(GO) test `glide novendor` CGO_ENABLED=0 $(GO) test `glide novendor`
# The `make cover` command runs all # The `make cover` command runs all
# tests, and produces and uploads a # tests, and produces and uploads a