ci: use --all-targets --all-features for cargo check

This commit is contained in:
link2xt
2023-04-03 17:00:03 +00:00
parent 72031edfbe
commit 9c9c401e66

View File

@@ -32,7 +32,7 @@ jobs:
- name: Run clippy
run: scripts/clippy.sh
- name: Check
run: cargo check --workspace --bins --examples --tests --benches
run: cargo check --workspace --all-targets --all-features
cargo_deny:
name: cargo deny