From 66e07cc0e0ccf94c250f9d3a1f7601d699ea55a4 Mon Sep 17 00:00:00 2001 From: Frank Elsinga Date: Sat, 8 Nov 2025 13:43:14 +0100 Subject: [PATCH] test adding cargo check to CI --- .github/workflows/oxipng.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/oxipng.yml b/.github/workflows/oxipng.yml index 7545ac83..f24298d7 100644 --- a/.github/workflows/oxipng.yml +++ b/.github/workflows/oxipng.yml @@ -112,6 +112,11 @@ jobs: | tee clippy-results.sarif | sarif-fmt + - name: Run Check for all feature combinations + run: cargo hack clippy --no-deps --all-targets --feature-powerset \ + --exclude-features sanity-checks,system-libdeflate \ + -- -D warnings + - name: Run tests run: | cargo nextest run --release --features sanity-checks