Fix bench features

This commit is contained in:
pinkforest 2023-03-12 13:50:50 +11:00
parent 707675d878
commit cbd3958772
No known key found for this signature in database

View file

@ -95,7 +95,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@stable
- run: cargo build --benches --features batch
- run: cargo build --benches
rustfmt:
name: Check formatting