1
0
Fork 0

Verbose race testing due to no output timeouts

master
Philip O'Toole 1 year ago
parent 889f6175fc
commit bccff385bb

@ -129,7 +129,7 @@ jobs:
- checkout - checkout
- restore_and_save_cache - restore_and_save_cache
- run: - run:
command: go test -failfast -timeout 20m -race $(go list ./... | sed -n 'n;p') command: go test -failfast -v -timeout 20m -race $(go list ./... | sed -n 'n;p')
environment: environment:
GORACE: "halt_on_error=1" GORACE: "halt_on_error=1"
@ -140,7 +140,7 @@ jobs:
- checkout - checkout
- restore_and_save_cache - restore_and_save_cache
- run: - run:
command: go test -failfast -timeout 20m -race $(go list ./... | sed -n 'p;n') command: go test -failfast -v -timeout 20m -race $(go list ./... | sed -n 'p;n')
environment: environment:
GORACE: "halt_on_error=1" GORACE: "halt_on_error=1"

Loading…
Cancel
Save