run tests in verbose mode

This commit is contained in:
Philipp Mieden 2019-06-04 15:13:33 +02:00
parent 16fd473458
commit b41951f51e

View File

@ -47,7 +47,7 @@ docker-push:
# Testing / benchmarks
test:
go test ./...
go test -v ./...
bench:
go test -run=none -bench=. ./...