Skip to content

add clickhouse-cluster and clickhouse-use-replication flags to setup tables #18

add clickhouse-cluster and clickhouse-use-replication flags to setup tables

add clickhouse-cluster and clickhouse-use-replication flags to setup tables #18

Workflow file for this run

name: Build and Test
on:
push:
branches:
- main
- develop
pull_request:
branches:
- "**"
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
matrix:
go-version: [ 1.23.x ]
os: [ ubuntu-latest ]
steps:
- name: Check out code
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go-version }}
- name: Build
run: go build ./...
- name: Run Tests
run: go test -v ./...