Skip to content

Commit

Permalink
Remove -v from go test
Browse files Browse the repository at this point in the history
  • Loading branch information
berquerant committed Oct 24, 2024
1 parent d01b977 commit a3ce948
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
@@ -1,3 +1,3 @@
.PHONY: test
test:
go test -v -cover -race ./...
go test -cover -race ./...

0 comments on commit a3ce948

Please sign in to comment.