diff --git a/Makefile b/Makefile index 9b6d9c7..3683a60 100644 --- a/Makefile +++ b/Makefile @@ -13,4 +13,4 @@ lint: go tool govulncheck ./... bench: - go test -run=^$ -bench=. -benchmem ./... + go test -run=^$$ -bench=. -benchmem ./...