No need for CGO when running tests
This commit is contained in:
parent
7e88dc856f
commit
84445997eb
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue