diff --git a/Makefile b/Makefile index dded8c13..7baa8c4b 100644 --- a/Makefile +++ b/Makefile @@ -80,7 +80,7 @@ check: golint -set_exit_status -min_confidence 0.3 ./... test: deps - go test -loglevel "CRITICAL" -v ./... + go test -v ./... test_sharness: $(sharness) @sh sharness/run-sharness-tests.sh