Test with CGO enabled

pull/457/head
Mariano Cano 3 years ago
parent 1d2146166b
commit 97c8cd10cd

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

Loading…
Cancel
Save