Skip to content

Merge pull request #69 from Swatinem/lockfile #85

Merge pull request #69 from Swatinem/lockfile

Merge pull request #69 from Swatinem/lockfile #85

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/[email protected]
with:
components: rustfmt
- uses: Swatinem/rust-cache@v2
- run: cargo fmt -- --check
- run: cargo test
- run: cargo bench