We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
job_test_windows
cargo test (or cargo nextest run) takes 2 hours on platform windows-latest in a github Action job_test_windows. That is a long time.
cargo test
cargo nextest run
windows-latest
${env:NEXTEST_TEST_THREADS}="num-cpus" cargo.exe nextest run --bin s4 --lib --no-fail-fast --final-status-level=fail
When run on my home PC with Windows 11, the same nextest run command takes 486s (about 8 minutes).
nextest run
The text was updated successfully, but these errors were encountered:
rust.yml test on Windows, Mac OS, binstall nextest
2e10dd1
Use cargo-binstall to load nextest faster. Issue #202 Issue #219 Causes Issue #218
659c824
(CI) Windows NEXTEST_TEST_THREADS=2
a55b49e
Issue #218
34fbb7d
No branches or pull requests
cargo test
(orcargo nextest run
) takes 2 hours on platformwindows-latest
in a github Actionjob_test_windows
. That is a long time.To Reproduce
Environment:
windows-latest
(currently Windows Server 2022)Screenshots
Additional context
When run on my home PC with Windows 11, the same
nextest run
command takes 486s (about 8 minutes).The text was updated successfully, but these errors were encountered: