Skip to content

Commit

Permalink
Display more info on tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Bigomby committed Jul 26, 2016
1 parent 140eea0 commit c804e5a
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 @@ -25,7 +25,7 @@ vet:

test:
@printf "$(MKL_YELLOW)Runing tests$(MKL_CLR_RESET)\n"
go test -cover ./...
go test -v -cover ./...
@printf "$(MKL_GREEN)Test passed$(MKL_CLR_RESET)\n"

coverage:
Expand Down

0 comments on commit c804e5a

Please sign in to comment.