test adding cargo check to CI

This commit is contained in:
Frank Elsinga 2025-11-08 13:43:14 +01:00 committed by GitHub
parent 4bf988902f
commit 66e07cc0e0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -112,6 +112,11 @@ jobs:
| tee clippy-results.sarif
| sarif-fmt
- name: Run Check for all feature combinations
run: cargo hack clippy --no-deps --all-targets --feature-powerset \
--exclude-features sanity-checks,system-libdeflate \
-- -D warnings
- name: Run tests
run: |
cargo nextest run --release --features sanity-checks