different experiment

This commit is contained in:
Frank Elsinga 2025-11-08 13:59:07 +01:00 committed by GitHub
parent f2a7e9bb7b
commit de587e0f7e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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