different way of writing it
This commit is contained in:
parent
0f6c631385
commit
e7290d6ef2
1 changed files with 3 additions and 1 deletions
4
.github/workflows/oxipng.yml
vendored
4
.github/workflows/oxipng.yml
vendored
|
|
@ -112,7 +112,9 @@ 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
|
||||
env:
|
||||
RUSTFLAGS: -D warnings
|
||||
|
||||
- name: Run tests
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Reference in a new issue