Skip to content

add: max_partitions_per_insert_block clickhouse sink (#82) #429

add: max_partitions_per_insert_block clickhouse sink (#82)

add: max_partitions_per_insert_block clickhouse sink (#82) #429

Workflow file for this run

name: Go Test
on: [ push ]
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v4
with:
go-version: '1.23.x'
- name: Install dependencies
run: |
go mod tidy
- name: Testing
run: |
go test -count=1 -v ./... -race