mirror of
https://github.com/dolthub/dolt.git
synced 2026-02-09 10:38:10 -06:00
.github: No really, do not run them with race.
This commit is contained in:
4
.github/workflows/ci-go-tests.yaml
vendored
4
.github/workflows/ci-go-tests.yaml
vendored
@@ -75,8 +75,8 @@ jobs:
|
||||
- name: Test All
|
||||
working-directory: ./go
|
||||
run: |
|
||||
go test -timeout 30m -race ./libraries/doltcore/sqle/altertests
|
||||
go test -timeout 30m -race ./libraries/doltcore/sqle/integration_test
|
||||
go test -timeout 30m ./libraries/doltcore/sqle/altertests
|
||||
go test -timeout 30m ./libraries/doltcore/sqle/integration_test
|
||||
env:
|
||||
MATRIX_OS: ${{ matrix.os }}
|
||||
DOLT_TEST_RUN_NON_RACE_TESTS: "true"
|
||||
|
||||
Reference in New Issue
Block a user