diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile index 67a1e22..885401e 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ .PHONY: benchmark benchmark: - go test -bench=. + go test -bench=. ./... .PHONY: cover cover: @@ -13,4 +13,3 @@ lint: .PHONY: test test: go test -coverprofile=cover.out -shuffle on ./... - |