From 0f6c631385575bb20e86110673901ac2b4238141 Mon Sep 17 00:00:00 2001 From: Frank Elsinga Date: Sat, 8 Nov 2025 14:02:24 +0100 Subject: [PATCH] another way of writing it --- .github/workflows/oxipng.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/oxipng.yml b/.github/workflows/oxipng.yml index 6bcba54e..f3daa443 100644 --- a/.github/workflows/oxipng.yml +++ b/.github/workflows/oxipng.yml @@ -112,8 +112,7 @@ jobs: | sarif-fmt - name: Run Check for all feature combinations - run: cargo hack --feature-powerset --exclude-features sanity-checks,system-libdeflate \ - check --all-targets -- -D warnings + run: cargo hack --feature-powerset --exclude-features sanity-checks,system-libdeflate check --all-targets -- -D warnings - name: Run tests run: |