From f2a7e9bb7bac2a1375d3ea4c87d9b09f5d69b484 Mon Sep 17 00:00:00 2001 From: Frank Elsinga Date: Sat, 8 Nov 2025 13:56:20 +0100 Subject: [PATCH] test another variant --- .github/workflows/oxipng.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: |