Skip to content

Commit

Permalink
Add verbose flag to make test target
Browse files Browse the repository at this point in the history
So that we get pretty progress output from Ginkgo.
  • Loading branch information
dcarley committed Jun 4, 2018
1 parent 4e5eefb commit 45cc696
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 @@ -23,7 +23,7 @@ clean:

.PHONY: test
test:
go test -short ./...
go test -v -short ./...

.PHONY: cover
coverage:
Expand Down

0 comments on commit 45cc696

Please sign in to comment.