Skip to content

Commit

Permalink
chore: Make test build output more verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
stepanstipl committed Dec 31, 2020
1 parent 8703fdd commit 4891f3e
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 @@ -100,7 +100,7 @@ $(RELEASE_DIR)/%-$(RELEASE_SUFFIX): $(PACKED_DIR)/%-$(BIN_ARCH)

## Run Go tests
test: generate test-fmt test-git
go test -coverprofile fmtcoverage.html ./...
go test -v -coverprofile fmtcoverage.html ./...
.PHONY: test

## Run go and opt fmt checks
Expand Down

0 comments on commit 4891f3e

Please sign in to comment.