Test with CGO enabled

This commit is contained in:
Mariano Cano 2021-02-01 17:04:07 -08:00
parent 1d2146166b
commit 97c8cd10cd

View file

@ -119,7 +119,7 @@ generate:
# Test
#########################################
test:
$Q $(GOFLAGS) go test -short -coverprofile=coverage.out ./...
$Q go test -short -coverprofile=coverage.out ./...
.PHONY: test