mirror of
https://github.com/dolthub/dolt.git
synced 2026-02-09 10:38:10 -06:00
.github: Run go/libraries/doltcore/sqle/altertests in separate job. Run them without -race.
This commit is contained in:
24
.github/workflows/ci-go-tests.yaml
vendored
24
.github/workflows/ci-go-tests.yaml
vendored
@@ -55,3 +55,27 @@ jobs:
|
||||
done
|
||||
env:
|
||||
MATRIX_OS: ${{ matrix.os }}
|
||||
altertests:
|
||||
name: Go tests sqle/altertests
|
||||
defaults:
|
||||
run:
|
||||
shell: bash
|
||||
runs-on: ${{ matrix.os }}
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
os: [macos-10.15, ubuntu-18.04, windows-latest]
|
||||
steps:
|
||||
- name: Set up Go 1.x
|
||||
uses: actions/setup-go@v2
|
||||
with:
|
||||
go-version: ^1.15
|
||||
id: go
|
||||
- uses: actions/checkout@v2
|
||||
- name: Test All
|
||||
working-directory: ./go
|
||||
run: |
|
||||
go test -timeout 30m -race ./libraries/doltcore/sqle/altertests
|
||||
env:
|
||||
MATRIX_OS: ${{ matrix.os }}
|
||||
DOLT_TEST_RUN_ALTERTESTS: "true"
|
||||
|
||||
Reference in New Issue
Block a user