Skip to content

fix: ensure WAL is atomic for each write batch #84

fix: ensure WAL is atomic for each write batch

fix: ensure WAL is atomic for each write batch #84

Workflow file for this run

name: CI (pull request)
on:
pull_request:
branches:
- main
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
- name: setup rust toolchain
run: rustup show
- uses: taiki-e/install-action@nextest
- uses: taiki-e/install-action@mdbook
- name: check and build
run: cargo x ci