Skip to content

chore(deps): update weekly vitess docker image version update #7642

chore(deps): update weekly vitess docker image version update

chore(deps): update weekly vitess docker image version update #7642

Workflow file for this run

name: Unit tests
on:
push:
branches:
- main
pull_request:
paths-ignore:
- '.buildkite/**'
- '*.md'
- 'LICENSE'
- 'CODEOWNERS'
- 'renovate.json'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
test:
name: Workspace unit tests
strategy:
fail-fast: false
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
default: true
- run: |
cargo test --workspace \
--exclude=query-engine \
--exclude=black-box-tests \
--exclude=query-engine-tests \
--exclude=sql-migration-tests \
--exclude=schema-engine-cli \
--exclude=sql-schema-describer \
--exclude=sql-introspection-tests \
--exclude=mongodb-schema-connector
env:
CLICOLOR_FORCE: 1