Changing to run enginetest race detection with verbose output to make failures easier to debug.

This commit is contained in:
Jason Fulghum
2022-07-13 15:49:33 -07:00
parent 98769e04c8
commit 7bef02e6bc
@@ -29,6 +29,6 @@ jobs:
- name: Test All
working-directory: ./go
run: |
DOLT_SKIP_PREPARED_ENGINETESTS=1 go test -race -timeout 30m github.com/dolthub/dolt/go/libraries/doltcore/sqle/enginetest
DOLT_SKIP_PREPARED_ENGINETESTS=1 go test -v -race -timeout 30m github.com/dolthub/dolt/go/libraries/doltcore/sqle/enginetest
env:
DOLT_DEFAULT_BIN_FORMAT: ${{ matrix.dolt_fmt }}