Revert "Only run the relevant test"

This reverts commit 82dc27f268.
This commit is contained in:
Zanie Blue 2025-06-18 11:29:51 -05:00
parent 7f4aa4b3fb
commit ea4bf00c23

View file

@ -349,8 +349,8 @@ jobs:
# Workaround for <https://github.com/nextest-rs/nextest/issues/1493>.
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)"