diff --git a/.github/workflows/oxipng.yml b/.github/workflows/oxipng.yml index 7545ac83..f24298d7 100644 --- a/.github/workflows/oxipng.yml +++ b/.github/workflows/oxipng.yml @@ -112,6 +112,11 @@ jobs: | tee clippy-results.sarif | sarif-fmt + - name: Run Check for all feature combinations + run: cargo hack clippy --no-deps --all-targets --feature-powerset \ + --exclude-features sanity-checks,system-libdeflate \ + -- -D warnings + - name: Run tests run: | cargo nextest run --release --features sanity-checks