Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lixizan committed Nov 4, 2023
1 parent 3410c1f commit 3927c6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ test:
go test -count 1 -timeout 30s -run ^Test ./...

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

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

0 comments on commit 3927c6a

Please sign in to comment.