add --features all to github workflows

This commit is contained in:
Noa Aarts 2024-12-11 19:57:19 +01:00
parent 8bc27cf1d3
commit abf43e7c7e
Signed by: noa
GPG key ID: 1850932741EFF672

View file

@ -28,7 +28,7 @@ jobs:
- uses: actions-rust-lang/setup-rust-toolchain@v1
with:
toolchain: nightly
- run: cargo test
- run: cargo test --features all
clippy:
@ -42,4 +42,4 @@ jobs:
with:
toolchain: nightly
components: clippy
- run: cargo clippy --tests -- -Dclippy::all
- run: cargo clippy --features all --tests -- -Dclippy::all