Set --j=12 for Windows tests

This commit is contained in:
Charlie Marsh 2024-02-12 10:03:45 -05:00
parent 4946a1876f
commit bc8f49308f
1 changed files with 1 additions and 1 deletions

View File

@ -156,7 +156,7 @@ jobs:
- name: "Run tests"
shell: bash
run: |
cargo nextest run --all-features --profile ci
cargo nextest run --all-features --profile ci -j 12
cargo test --all-features --doc
cargo-test-wasm: