diff --git a/.github/workflows/ci-go-tests.yaml b/.github/workflows/ci-go-tests.yaml index b4880e350e..4e02246ac4 100644 --- a/.github/workflows/ci-go-tests.yaml +++ b/.github/workflows/ci-go-tests.yaml @@ -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"