diff --git a/Makefile b/Makefile index 3efdba9..f7a8532 100644 --- a/Makefile +++ b/Makefile @@ -29,4 +29,5 @@ lint_install: test: go build -v . + go test -bench=. ./internal/checksum_test #go test -v .