Skip to content

Commit b7a9eb8

Browse files
pierresouchayaiharos
authored andcommitted
Do not run go test in verbose mode by default since all tests are no run
1 parent 3fe3bee commit b7a9eb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GNUmakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ $(BIN): $(SOURCES)
99
bin: $(BIN)
1010

1111
test:
12-
go test -v -timeout 30s ${gobuild_args} ./...
12+
go test -timeout 30s ${gobuild_args} ./...
1313
check:
1414
go fmt ./...
1515
go vet ./...

0 commit comments

Comments
 (0)