test another variant
This commit is contained in:
parent
64383289bb
commit
f2a7e9bb7b
1 changed files with 2 additions and 2 deletions
4
.github/workflows/oxipng.yml
vendored
4
.github/workflows/oxipng.yml
vendored
|
|
@ -112,9 +112,9 @@ jobs:
|
||||||
| sarif-fmt
|
| sarif-fmt
|
||||||
|
|
||||||
- name: Run Check for all feature combinations
|
- name: Run Check for all feature combinations
|
||||||
run: cargo hack check --all-targets --feature-powerset \
|
run: cargo hack --all-targets --feature-powerset \
|
||||||
--exclude-features sanity-checks,system-libdeflate \
|
--exclude-features sanity-checks,system-libdeflate \
|
||||||
-- -D warnings
|
check -D warnings
|
||||||
|
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: |
|
run: |
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue