mirror of
https://github.com/dolthub/dolt.git
synced 2026-05-03 11:30:28 -05:00
Changing to run enginetest race detection with verbose output to make failures easier to debug.
This commit is contained in:
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user