Compare commits

...

1 Commits

Author SHA1 Message Date
Charlie Marsh
bc8f49308f Set --j=12 for Windows tests 2024-02-12 10:03:45 -05:00

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: