Skip to content

Commit 181ab88

Browse files
author
Theo
committed
Fixed tests
1 parent d7b108b commit 181ab88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ debs:
1010

1111
.PHONY: test
1212
test:
13-
GOPATH=$(GOPATH) go test -race $(go list ./... | grep -v example) -coverprofile=coverage.txt -covermode=atomic
13+
GOPATH=$(GOPATH) go test -race $$(go list ./... | grep -v example) -coverprofile=coverage.txt -covermode=atomic
1414

1515
.PHONY: bench
1616
bench:

0 commit comments

Comments
 (0)