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.
1 parent d7b108b commit 181ab88Copy full SHA for 181ab88
Makefile
@@ -10,7 +10,7 @@ debs:
10
11
.PHONY: test
12
test:
13
- GOPATH=$(GOPATH) go test -race $(go list ./... | grep -v example) -coverprofile=coverage.txt -covermode=atomic
+ GOPATH=$(GOPATH) go test -race $$(go list ./... | grep -v example) -coverprofile=coverage.txt -covermode=atomic
14
15
.PHONY: bench
16
bench:
0 commit comments