Skip to content

Commit

Permalink
Remove v flag
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan-Ethernal committed Mar 5, 2024
1 parent 1199b7f commit 9ce9de8
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 @@ -58,7 +58,7 @@ generate-bsd-licenses: check-git

.PHONY: unit-test
unit-test: check-go
go test -race -shuffle=on -coverprofile coverage.out -v -timeout 20m `go list ./... | grep -v e2e`
go test -race -shuffle=on -coverprofile coverage.out -timeout 20m `go list ./... | grep -v e2e`

.PHONY: benchmark-test
benchmark-test: check-go
Expand Down

0 comments on commit 9ce9de8

Please sign in to comment.