another way of writing it

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

View file

@ -112,8 +112,7 @@ 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 -- -D warnings
- name: Run tests
run: |