Skip to content

Add Cargo.lock to the repo to fix flaky CI #77

Add Cargo.lock to the repo to fix flaky CI

Add Cargo.lock to the repo to fix flaky CI #77

Workflow file for this run

on: [push, pull_request]
name: Continuous integration
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@1.63.0
with:
components: rustfmt
- uses: Swatinem/rust-cache@v2
- run: cargo fmt -- --check
- run: cargo test
- run: cargo bench