diff --git a/Makefile b/Makefile index bf7e312..e4a3743 100644 --- a/Makefile +++ b/Makefile @@ -47,7 +47,7 @@ docker-push: # Testing / benchmarks test: - go test ./... + go test -v ./... bench: go test -run=none -bench=. ./...