mirror of https://github.com/astral-sh/ruff
Revert "Only run the relevant test"
This reverts commit 82dc27f2680b8085280136848ffe2ee1d2952a4e.
This commit is contained in:
parent
7f4aa4b3fb
commit
ea4bf00c23
|
|
@ -349,8 +349,8 @@ jobs:
|
||||||
# Workaround for <https://github.com/nextest-rs/nextest/issues/1493>.
|
# Workaround for <https://github.com/nextest-rs/nextest/issues/1493>.
|
||||||
RUSTUP_WINDOWS_PATH_ADD_BIN: 1
|
RUSTUP_WINDOWS_PATH_ADD_BIN: 1
|
||||||
run: |
|
run: |
|
||||||
cargo nextest run --all-features --profile ci -- directory_deleted
|
cargo nextest run --all-features --profile ci
|
||||||
# cargo test --all-features --doc
|
cargo test --all-features --doc
|
||||||
|
|
||||||
cargo-test-wasm:
|
cargo-test-wasm:
|
||||||
name: "cargo test (wasm)"
|
name: "cargo test (wasm)"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue