different experiment
This commit is contained in:
parent
f2a7e9bb7b
commit
de587e0f7e
1 changed files with 2 additions and 3 deletions
5
.github/workflows/oxipng.yml
vendored
5
.github/workflows/oxipng.yml
vendored
|
|
@ -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: |
|
||||
|
|
|
|||
Loading…
Reference in a new issue