From 53a33134d9024aa19976fbf171b699b4767663d3 Mon Sep 17 00:00:00 2001 From: Matthew Jaffee Date: Fri, 11 Feb 2022 09:41:11 -0600 Subject: [PATCH] add verbose output to race tests --- .gitlab/.gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab/.gitlab-ci.yml b/.gitlab/.gitlab-ci.yml index 84ee2acce..75bf09877 100644 --- a/.gitlab/.gitlab-ci.yml +++ b/.gitlab/.gitlab-ci.yml @@ -90,7 +90,7 @@ run go tests race: retry: 1 script: - echo "Running featurebase race tests..." - - go test -race -timeout=90m ./... + - go test -race -v -timeout=90m ./... tags: - aws