different way of writing it

This commit is contained in:
Frank Elsinga 2025-11-08 14:08:36 +01:00 committed by GitHub
parent 0f6c631385
commit e7290d6ef2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -112,7 +112,9 @@ jobs:
| sarif-fmt
- name: Run Check for all feature combinations
run: cargo hack --feature-powerset --exclude-features sanity-checks,system-libdeflate check --all-targets -- -D warnings
run: cargo hack --feature-powerset --exclude-features sanity-checks,system-libdeflate check --all-targets
env:
RUSTFLAGS: -D warnings
- name: Run tests
run: |