Verbose gocheck files.

This commit is contained in:
Andrey Smirnov
2013-12-16 23:05:14 +04:00
parent dfc150aa39
commit 6c1b3aef3c

View File

@@ -40,7 +40,7 @@ check:
travis: $(TRAVIS_TARGET)
test:
go test -v ./...
go test -v ./... -gocheck.v=true
coveralls:
@$(GOVERALLS) -service travis-ci.org -package="./..." $(COVERALLS_TOKEN)