diff --git a/.github/workflows/oxipng.yml b/.github/workflows/oxipng.yml index 80573869..6bcba54e 100644 --- a/.github/workflows/oxipng.yml +++ b/.github/workflows/oxipng.yml @@ -112,9 +112,8 @@ jobs: | sarif-fmt - name: Run Check for all feature combinations - run: cargo hack --all-targets --feature-powerset \ - --exclude-features sanity-checks,system-libdeflate \ - check -D warnings + run: cargo hack --feature-powerset --exclude-features sanity-checks,system-libdeflate \ + check --all-targets -- -D warnings - name: Run tests run: |