mirror of https://github.com/astral-sh/ruff
Set --j=12 for Windows tests
This commit is contained in:
parent
4946a1876f
commit
bc8f49308f
|
|
@ -156,7 +156,7 @@ jobs:
|
||||||
- name: "Run tests"
|
- name: "Run tests"
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
cargo nextest run --all-features --profile ci
|
cargo nextest run --all-features --profile ci -j 12
|
||||||
cargo test --all-features --doc
|
cargo test --all-features --doc
|
||||||
|
|
||||||
cargo-test-wasm:
|
cargo-test-wasm:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue