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