Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
m110 committed Aug 25, 2024
1 parent fa3a2fd commit 17422b6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ test_race:
test_stress:
go test -tags=stress -parallel 30 -timeout=15m ./...

test_codecov: up wait
go test -coverprofile=coverage.out -covermode=atomic ./...

bench:
go test -bench ./...

Expand Down

0 comments on commit 17422b6

Please sign in to comment.