Skip to content

Commit

Permalink
Remove -v flag
Browse files Browse the repository at this point in the history
  • Loading branch information
goran-ethernal committed Feb 16, 2024
1 parent 0e9b2f4 commit dd668a0
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 -v -race -shuffle=on -coverprofile coverage.out -timeout 1h `go list ./... | grep -v e2e`
go test -race -shuffle=on -coverprofile coverage.out -timeout 1h `go list ./... | grep -v e2e`

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

0 comments on commit dd668a0

Please sign in to comment.