We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1607676 + 2ada431 commit 847fca4Copy full SHA for 847fca4
Makefile
@@ -86,7 +86,7 @@ clean:
86
# Run tests with coverage
87
.PHONY: test
88
test:
89
- CGO_ENABLED=$(CGO_ENABLED) $(GOTEST) -v -race -coverprofile=$(COVER_PROFILE) $(TEST_PKGS)
+ CGO_ENABLED=1 $(GOTEST) -v -race -coverprofile=$(COVER_PROFILE) $(TEST_PKGS)
90
91
# Generate coverage report
92
.PHONY: coverage
0 commit comments