Skip to content

add headless sync with ChronDB for block-level versioning #43

add headless sync with ChronDB for block-level versioning

add headless sync with ChronDB for block-level versioning #43

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
with:
components: rustfmt, clippy
- uses: Swatinem/rust-cache@v2
with:
shared-key: ci-test
- run: cargo fmt --check
- run: cargo clippy -- -D warnings
- run: cargo test