Skip to content

Commit 3927c6a

Browse files
author
lixizan
committed
fix
1 parent 3410c1f commit 3927c6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ test:
22
go test -count 1 -timeout 30s -run ^Test ./...
33

44
bench:
5-
go test -benchmem -run=^$$ -bench . github.com/lxzan/gws
5+
go test -benchmem -run=^$$ -bench . github.com/lxzan/hasaki
66

77
cover:
88
go test -coverprofile=./bin/cover.out --cover ./...

0 commit comments

Comments
 (0)