From ea4bf00c239ccb3ba9957a949a6b0bb1ff62ade0 Mon Sep 17 00:00:00 2001 From: Zanie Blue Date: Wed, 18 Jun 2025 11:29:51 -0500 Subject: [PATCH] Revert "Only run the relevant test" This reverts commit 82dc27f2680b8085280136848ffe2ee1d2952a4e. --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 131714fbe9..968d865cd6 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -349,8 +349,8 @@ jobs: # Workaround for . RUSTUP_WINDOWS_PATH_ADD_BIN: 1 run: | - cargo nextest run --all-features --profile ci -- directory_deleted - # cargo test --all-features --doc + cargo nextest run --all-features --profile ci + cargo test --all-features --doc cargo-test-wasm: name: "cargo test (wasm)"