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
|
| sarif-fmt
|
||||||
|
|
||||||
- name: Run Check for all feature combinations
|
- name: Run Check for all feature combinations
|
||||||
run: cargo hack --all-targets --feature-powerset \
|
run: cargo hack --feature-powerset --exclude-features sanity-checks,system-libdeflate \
|
||||||
--exclude-features sanity-checks,system-libdeflate \
|
check --all-targets -- -D warnings
|
||||||
check -D warnings
|
|
||||||
|
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: |
|
run: |
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue