Skip to content

Commit

Permalink
Run tests in verbose mode (#345)
Browse files Browse the repository at this point in the history
  • Loading branch information
alenkacz committed Jun 18, 2019
1 parent 0a349b8 commit d98da9b
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 @@ -22,7 +22,7 @@ all: test manager
.PHONY: test
# Run tests
test:
go test ./pkg/... ./cmd/... -mod=readonly -coverprofile cover.out
go test ./pkg/... ./cmd/... -v -mod=readonly -coverprofile cover.out

.PHONY: test-clean
# Clean test reports
Expand Down

0 comments on commit d98da9b

Please sign in to comment.