add verbose flag to circle ci race test to help debug timeout

This commit is contained in:
Matt Jaffee 2019-01-10 16:12:54 -06:00
parent 7f6f9be88e
commit 93b6048263
No known key found for this signature in database
GPG key ID: 08A3DFFF987B11BF

View file

@ -50,7 +50,7 @@ jobs:
- *fast-checkout
- run: sudo apt-get install lsof
- run:
command: make test TESTFLAGS="-race -timeout=30m"
command: make test TESTFLAGS="-race -v -timeout=30m"
no_output_timeout: 30m
test-golang-1.11-386:
<<: *base-test