We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0453fba commit b8d8f57Copy full SHA for b8d8f57
1 file changed
Makefile
@@ -13,7 +13,7 @@ lint:
13
go tool govulncheck ./...
14
15
bench:
16
- go test -run=^$ -bench=. -benchmem ./...
+ go test -run=^$$ -bench=. -benchmem ./...
17
18
doc:
19
go tool gomarkdoc --output '{{.Dir}}/README.md' ./...
0 commit comments