Skip to content

Skip flaky 1127 test #1869

Skip flaky 1127 test

Skip flaky 1127 test #1869

Workflow file for this run

name: run-tests
permissions: write-all
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
single-node:
runs-on: ubuntu-latest
strategy:
fail-fast: true
max-parallel: 1
matrix:
go:
- "1.22"
- "1.21"
clickhouse: # https://github.com/ClickHouse/ClickHouse/blob/master/SECURITY.md#scope-and-supported-versions
- "latest" # 24.3
- "24.2"
- "24.1"
- "23.8"
steps:
- uses: actions/checkout@main
- name: Install Go ${{ matrix.go }}
uses: actions/[email protected]
with:
stable: false
go-version: ${{ matrix.go }}
- name: Run tests
run: |
CLICKHOUSE_VERSION=${{ matrix.clickhouse }} make test