Skip to content

Commit e982b97

Browse files
committed
Remove verbose from tests
Signed-off-by: Evan Lezar <[email protected]>
1 parent 97950d6 commit e982b97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ licenses:
103103

104104
COVERAGE_FILE := coverage.out
105105
test: build cmds
106-
go test -v -coverprofile=$(COVERAGE_FILE) $(MODULE)/...
106+
go test -coverprofile=$(COVERAGE_FILE) $(MODULE)/...
107107

108108
coverage: test
109109
cat $(COVERAGE_FILE) | grep -v "_mock.go" > $(COVERAGE_FILE).no-mocks

0 commit comments

Comments
 (0)