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