From 36819465642c9c32842c80ab8b0307c578ee2499 Mon Sep 17 00:00:00 2001 From: Erick Hitter <git-contrib@ethitter.com> Date: Sat, 18 Aug 2018 17:29:37 -0700 Subject: [PATCH] Need more detail to debug failures --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 3a0e114..6727a69 100644 --- a/Makefile +++ b/Makefile @@ -11,13 +11,13 @@ lint: @golint -set_exit_status ${PKG_LIST} test: - @go test -short ${PKG_LIST} + @go test -v -short ${PKG_LIST} race: dep - @go test -race -short ${PKG_LIST} + @go test -v -race -short ${PKG_LIST} msan: dep - @go test -msan -short ${PKG_LIST} + @go test -v -msan -short ${PKG_LIST} coverage: ./tools/coverage.sh; -- GitLab