From 84445997eb37a9a6c4b624abdc40694931ca1bc7 Mon Sep 17 00:00:00 2001 From: Tobie Morgan Hitchcock Date: Fri, 24 Mar 2017 20:51:23 +0000 Subject: [PATCH] No need for CGO when running tests --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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