diff --git a/Makefile b/Makefile index 156a6f0..c30ac48 100644 --- a/Makefile +++ b/Makefile @@ -49,7 +49,7 @@ test/integration: go test -v -p 1 -count=1 -timeout 1200s ./it/... PHONY+=test/coverage -test/coverage: test/unit +test/coverage: CGO_ENABLED=0 \ GOPROXY=$(shell go env GOPROXY) \ go tool cover -func=coverage.txt