diff --git a/.github/workflows/oxipng.yml b/.github/workflows/oxipng.yml index 3a2cb03d..80573869 100644 --- a/.github/workflows/oxipng.yml +++ b/.github/workflows/oxipng.yml @@ -112,9 +112,9 @@ jobs: | sarif-fmt - 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 \ - -- -D warnings + check -D warnings - name: Run tests run: |