Skip to content

Commit

Permalink
(CI) Windows NEXTEST_TEST_THREADS=2
Browse files Browse the repository at this point in the history
Issue #218
  • Loading branch information
jtmoon79 committed Jun 22, 2024
1 parent b5433fd commit 34fbb7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -499,7 +499,7 @@ jobs:
run: |
Set-PSDebug -Trace 1
cargo.exe nextest --version
${env:NEXTEST_TEST_THREADS}="num-cpus"
${env:NEXTEST_TEST_THREADS}="2"
cargo.exe nextest run --locked --bins --lib --no-fail-fast --final-status-level=fail
job_flamegraph:
Expand Down

0 comments on commit 34fbb7d

Please sign in to comment.