From 101c6f5fb5c75af0161532a7022a4f1a7d05fa7d Mon Sep 17 00:00:00 2001 From: rymnc <43716372+rymnc@users.noreply.github.com> Date: Tue, 21 Jul 2026 15:37:00 +0530 Subject: [PATCH] ci: ignore unknown features --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7ec2f8f..caa98c0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,7 +31,7 @@ jobs: - uses: taiki-e/install-action@v2 with: tool: cargo-hack - - run: cargo hack clippy --workspace --feature-powerset -- -D warnings + - run: cargo hack clippy --workspace --feature-powerset --ignore-unknown-features -- -D warnings test: name: Test @@ -43,4 +43,4 @@ jobs: - uses: taiki-e/install-action@v2 with: tool: cargo-hack,cargo-nextest - - run: cargo hack nextest run --workspace --feature-powerset + - run: cargo hack nextest run --workspace --feature-powerset --ignore-unknown-features