Skip to content

Commit

Permalink
Remove -v from Go tests (#904)
Browse files Browse the repository at this point in the history
Co-authored-by: Liz Fong-Jones <lizf@honeycomb.io>
  • Loading branch information
jmacd and lizthegrey authored Jul 6, 2020
1 parent bd1e174 commit 27e892a
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 @@ -31,7 +31,7 @@ ifeq ($(UNAME_S),Darwin)
endif
endif

GOTEST_MIN = go test -v -timeout 30s
GOTEST_MIN = go test -timeout 30s
GOTEST = $(GOTEST_MIN) -race
GOTEST_WITH_COVERAGE = $(GOTEST) -coverprofile=coverage.txt -covermode=atomic -coverpkg=./...

Expand Down

0 comments on commit 27e892a

Please sign in to comment.