.github: No really, do not run them with race.

This commit is contained in:
Aaron Son
2021-06-11 11:58:43 -07:00
parent 4fa7b14153
commit 286c9fa758

View File

@@ -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"