Skip to content

fix inserting block of size bigger than INSERT_BLOCK_SIZE (https://gi… #5

fix inserting block of size bigger than INSERT_BLOCK_SIZE (https://gi…

fix inserting block of size bigger than INSERT_BLOCK_SIZE (https://gi… #5

Workflow file for this run

name: Test
on:
workflow_dispatch: {}
push:
branches:
- async-await
pull_request:
branches:
- async-await
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
services:
clickhouse:
image: yandex/clickhouse-server
ports:
- 9000:9000
steps:
- uses: actions/checkout@v3
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose