Skip to content

Commit

Permalink
disable test verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
z0rr0 committed Jul 20, 2023
1 parent 75a8108 commit 9eefb50
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 @@ -15,7 +15,7 @@ lint: build
go vet ./...

test: lint
go test -race -v -cover ./...
go test -race -cover ./...

bench: lint
go test -bench=. -benchmem ./...
Expand Down

0 comments on commit 9eefb50

Please sign in to comment.