Skip to content

Commit c374520

Browse files
authored
Merge pull request #436 from elezar/remove-verbose-from-tests
Remove verbose from tests
2 parents 7eb0319 + e982b97 commit c374520

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)