From de587e0f7e02560d086117dc2a739912f569b1c5 Mon Sep 17 00:00:00 2001 From: Frank Elsinga Date: Sat, 8 Nov 2025 13:59:07 +0100 Subject: [PATCH] different experiment --- .github/workflows/oxipng.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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: |