add verbose output to race tests

This commit is contained in:
Matthew Jaffee 2022-02-11 09:41:11 -06:00
parent 102a6e723b
commit 53a33134d9

View file

@ -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