From e7290d6ef2a26a3e239623cdc28880dacdaf6260 Mon Sep 17 00:00:00 2001 From: Frank Elsinga Date: Sat, 8 Nov 2025 14:08:36 +0100 Subject: [PATCH] different way of writing it --- .github/workflows/oxipng.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/oxipng.yml b/.github/workflows/oxipng.yml index f3daa443..e0398759 100644 --- a/.github/workflows/oxipng.yml +++ b/.github/workflows/oxipng.yml @@ -112,7 +112,9 @@ 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 + env: + RUSTFLAGS: -D warnings - name: Run tests run: |