Merge pull request #1821 from jaffee/verbose-to-ci-race-tests

add verbose flag to circle ci race test to help debug timeout
This commit is contained in:
Matthew Jaffee 2019-01-10 16:36:49 -06:00 committed by GitHub
commit f101cb17b5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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