mirror of
https://github.com/dolthub/dolt.git
synced 2026-01-24 18:59:02 -06:00
Merge pull request #6042 from dolthub/tim/go-test-on-defaults
Go test on only Dolt defaults (`__DOLT__` format with chunk journal on)
This commit is contained in:
11
.github/workflows/ci-go-tests.yaml
vendored
11
.github/workflows/ci-go-tests.yaml
vendored
@@ -22,12 +22,6 @@ jobs:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
os: [macos-latest, ubuntu-22.04, windows-latest]
|
||||
dolt_fmt: [ "__DOLT__" ]
|
||||
journal_store: [ "" ]
|
||||
include:
|
||||
- os: "ubuntu-22.04"
|
||||
dolt_fmt: "__DOLT__"
|
||||
journal_store: "true"
|
||||
steps:
|
||||
- name: Set up Go 1.x
|
||||
uses: actions/setup-go@v3
|
||||
@@ -65,8 +59,6 @@ jobs:
|
||||
done
|
||||
env:
|
||||
MATRIX_OS: ${{ matrix.os }}
|
||||
DOLT_DEFAULT_BIN_FORMAT: ${{ matrix.dolt_fmt }}
|
||||
DOLT_ENABLE_CHUNK_JOURNAL: ${{ matrix.journal_store }}
|
||||
noracetest:
|
||||
name: Go tests - no race
|
||||
defaults:
|
||||
@@ -77,7 +69,6 @@ jobs:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
os: [macos-latest, ubuntu-22.04, windows-latest]
|
||||
dolt_fmt: [ "__DOLT__" ]
|
||||
steps:
|
||||
- name: Set up Go 1.x
|
||||
uses: actions/setup-go@v3
|
||||
@@ -88,10 +79,8 @@ jobs:
|
||||
- name: Test All
|
||||
working-directory: ./go
|
||||
run: |
|
||||
if [ -n "$DOLT_FMT" ]; then export DOLT_DEFAULT_BIN_FORMAT="$DOLT_FMT"; fi
|
||||
go test -timeout 30m ./libraries/doltcore/sqle/altertests
|
||||
go test -timeout 30m ./libraries/doltcore/sqle/integration_test
|
||||
env:
|
||||
DOLT_FMT: ${{ matrix.dolt_fmt }}
|
||||
MATRIX_OS: ${{ matrix.os }}
|
||||
DOLT_TEST_RUN_NON_RACE_TESTS: "true"
|
||||
|
||||
Reference in New Issue
Block a user