diff --git a/Makefile b/Makefile index b6f612ea..f6947f75 100644 --- a/Makefile +++ b/Makefile @@ -47,7 +47,7 @@ convey: .PHONY: tests tests: - $(GO) test `glide novendor` + CGO_ENABLED=0 $(GO) test `glide novendor` # The `make cover` command runs all # tests, and produces and uploads a