From 97c8cd10cd573010aea83a3fa58226d1011d6945 Mon Sep 17 00:00:00 2001 From: Mariano Cano Date: Mon, 1 Feb 2021 17:04:07 -0800 Subject: [PATCH] Test with CGO enabled --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6f37e121..282e26f2 100644 --- a/Makefile +++ b/Makefile @@ -119,7 +119,7 @@ generate: # Test ######################################### test: - $Q $(GOFLAGS) go test -short -coverprofile=coverage.out ./... + $Q go test -short -coverprofile=coverage.out ./... .PHONY: test