Skip to content
This repository has been archived by the owner on May 3, 2022. It is now read-only.

Commit

Permalink
Reduce test verbosity
Browse files Browse the repository at this point in the history
  • Loading branch information
benpatt authored and glyn committed Jul 25, 2019
1 parent 53d3002 commit 7a704f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -91,7 +91,7 @@ lint:

.PHONY: test
test:
$(DOCKER_CMD) go test -v ./...
$(DOCKER_CMD) go test ./...

################################################################################
# Build / Publish #
Expand Down

0 comments on commit 7a704f2

Please sign in to comment.