chore: Check all features in CI and docs

This commit is contained in:
Jade Ellis
2025-07-20 21:25:27 +01:00
parent d74514f305
commit 7e2f04a78a
3 changed files with 6 additions and 3 deletions
+2
View File
@@ -73,6 +73,7 @@ jobs:
run: |
cargo clippy \
--workspace \
--all-features \
--locked \
--no-deps \
--profile test \
@@ -132,6 +133,7 @@ jobs:
run: |
cargo test \
--workspace \
--all-features \
--locked \
--profile test \
--all-targets \