Skip to content
New issue

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

github job job_test_windows takes 2 hours #218

Open
jtmoon79 opened this issue Nov 3, 2023 · 0 comments
Open

github job job_test_windows takes 2 hours #218

jtmoon79 opened this issue Nov 3, 2023 · 0 comments
Labels
bug Something isn't working code improvement enhancement not seen by the user P2 less important

Comments

@jtmoon79
Copy link
Owner

jtmoon79 commented Nov 3, 2023

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.

To Reproduce

  1. run the github Action with commands (currently Job job_test_windows)
    ${env:NEXTEST_TEST_THREADS}="num-cpus"
    cargo.exe nextest run --bin s4 --lib --no-fail-fast --final-status-level=fail
    

Environment:

  • OS: windows-latest (currently Windows Server 2022)

Screenshots

Screenshot 2023-11-03 111505

Additional context

When run on my home PC with Windows 11, the same nextest run command takes 486s (about 8 minutes).

@jtmoon79 jtmoon79 added bug Something isn't working code improvement enhancement not seen by the user P1 important labels Nov 3, 2023
jtmoon79 added a commit that referenced this issue Nov 4, 2023
Use cargo-binstall to load nextest faster.

Issue #202
Issue #219

Causes Issue #218
jtmoon79 added a commit that referenced this issue Nov 5, 2023
Use cargo-binstall to load nextest faster.

Issue #202
Issue #219

Causes Issue #218
@jtmoon79 jtmoon79 changed the title tests on windows-latest takes 2 hours github job job_test_windows running on windows-latest takes 2 hours Nov 6, 2023
@jtmoon79 jtmoon79 changed the title github job job_test_windows running on windows-latest takes 2 hours github job job_test_windows takes 2 hours Nov 6, 2023
jtmoon79 added a commit that referenced this issue Jun 17, 2024
jtmoon79 added a commit that referenced this issue Jun 22, 2024
@jtmoon79 jtmoon79 added P2 less important and removed P1 important labels Jun 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working code improvement enhancement not seen by the user P2 less important
Projects
None yet
Development

No branches or pull requests

1 participant