mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-08-28 10:54:59 +00:00
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:
commit
f101cb17b5
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue