From 60b3aafca9a72b76f365c9afbc92c730bd4738aa Mon Sep 17 00:00:00 2001 From: oxalica Date: Thu, 11 Sep 2025 18:57:47 -0400 Subject: [PATCH] ci: fix typo --- .github/workflows/ci.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 2a4b57c..1bfeba1 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -79,10 +79,7 @@ jobs: run: cargo build --workspace --all-targets - name: Test - run: cargo test --workspace --all-targets - - - name: Test ignored - run: cargo test --workspace --all-targets -- --ignored-ignored + run: cargo test --workspace --all-targets -- --include-ignored nix-flake: name: Flake package