Exclude system-libdeflate feature from Clippy feature combinations
This commit is contained in:
parent
174f36ad8f
commit
5a4cfa9505
1 changed files with 3 additions and 1 deletions
4
.github/workflows/oxipng.yml
vendored
4
.github/workflows/oxipng.yml
vendored
|
|
@ -128,7 +128,9 @@ jobs:
|
|||
if: matrix.target == 'x86_64-unknown-linux-gnu'
|
||||
run: >
|
||||
set -o pipefail;
|
||||
cargo hack clippy --no-deps --all-targets --feature-powerset --exclude-features sanity-checks --message-format=json -- -D warnings
|
||||
cargo hack clippy --no-deps --all-targets --feature-powerset \
|
||||
--exclude-features sanity-checks,system-libdeflate \
|
||||
--message-format=json -- -D warnings \
|
||||
| clippy-sarif
|
||||
| tee clippy-results.sarif
|
||||
| sarif-fmt
|
||||
|
|
|
|||
Loading…
Reference in a new issue