We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad65b95 commit 80a855bCopy full SHA for 80a855b
Makefile
@@ -59,7 +59,7 @@ release: # create release
59
.PHONY: test
60
test:
61
mkdir -p $(COVERAGEDIR)
62
- go test -short -v -coverprofile=$(COVERAGEDIR)/coverage.txt -covermode=atomic ./...
+ go test -gcflags=all=-d=variablemakehash=n -short -v -coverprofile=$(COVERAGEDIR)/coverage.txt -covermode=atomic ./...
63
go tool cover -func=$(COVERAGEDIR)/coverage.txt
64
65
.PHONY: lint
0 commit comments