blob: 1d0e51b5d1dda5abdb7f083e42b4674b32f5686b [file] [log] [blame]
on: [push, pull_request]
name: Continuous integration
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@1.59.0
with:
components: rustfmt
- run: cargo fmt -- --check
- run: cargo test
- run: cargo bench