From 10755831653a0151797367fc3e986974d2f6e4cb Mon Sep 17 00:00:00 2001 From: Joe Fitzgerald Date: Sat, 22 Jan 2022 16:02:50 -0700 Subject: [PATCH] run tests with -v flag to determien why build fails Signed-off-by: Joe Fitzgerald --- scripts/ci.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ci.sh b/scripts/ci.sh index 0662cea..ad72fba 100755 --- a/scripts/ci.sh +++ b/scripts/ci.sh @@ -44,7 +44,7 @@ GO111MODULE=on go build -v ./... echo echo "Running tests..." echo -GO111MODULE=on go test -race ./... +GO111MODULE=on go test -race -v ./... echo " _______ _ _ _______ _______ _______