Skip to content

Commit 0e5af6c

Browse files
committed
Add bench test to makefile
1 parent 3da2500 commit 0e5af6c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,5 @@ lint_install:
2929

3030
test:
3131
go build -v .
32+
go test -bench=. ./internal/checksum_test
3233
#go test -v .

0 commit comments

Comments
 (0)