Skip to content

fix(xtask): limit test command to a single thread on windows#4489

Merged
maxbrunsfeld merged 1 commit intotree-sitter:masterfrom
WillLillis:windows_testing_nonsense
Jun 8, 2025
Merged

fix(xtask): limit test command to a single thread on windows#4489
maxbrunsfeld merged 1 commit intotree-sitter:masterfrom
WillLillis:windows_testing_nonsense

Conversation

@WillLillis
Copy link
Member

Turns out we already do this in CI:

- { platform: windows-x64 , rust-test-threads: 1 }
- { platform: windows-x86 , rust-test-threads: 1 }

  • Still need to test this out on my Windows machine

@WillLillis WillLillis force-pushed the windows_testing_nonsense branch from bb9240c to ae83404 Compare June 6, 2025 04:37
@clason clason added test Related to tests ci:backport release-0.25 Backport label labels Jun 6, 2025
@WillLillis WillLillis force-pushed the windows_testing_nonsense branch from ae83404 to d116629 Compare June 7, 2025 07:43
@maxbrunsfeld maxbrunsfeld merged commit e1f6e38 into tree-sitter:master Jun 8, 2025
12 checks passed
github-actions bot pushed a commit that referenced this pull request Jun 8, 2025
@tree-sitter-ci-bot
Copy link

Successfully created backport PR for release-0.25:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ci:backport release-0.25 Backport label test Related to tests

Projects

None yet

Development

Successfully merging this pull request may close these issues.

cargo xtask test fails on Windows

4 participants