ci: try two Rust test threads on Windows

This commit is contained in:
Adam Perry @ OpenAI
2026-05-29 23:28:51 -07:00
parent e23a81f1c1
commit c7e79557e8
2 changed files with 2 additions and 2 deletions

View File

@@ -167,7 +167,7 @@ common:ci-windows-cross --host_platform=//:rbe
common:ci-windows-cross --strategy=remote
common:ci-windows-cross --strategy=TestRunner=local
common:ci-windows-cross --local_test_jobs=16
common:ci-windows-cross --test_env=RUST_TEST_THREADS=1
common:ci-windows-cross --test_env=RUST_TEST_THREADS=2
# Native Windows CI still covers the PowerShell tests. The cross-built gnullvm
# binaries currently hang in PowerShell AST parser tests when those binaries are
# run on the Windows runner.

View File

@@ -6,5 +6,5 @@ mod suite;
#[test]
fn windows_bazel_concurrency_experiment_cache_bust_marker() {
println!("windows Bazel concurrency experiment: jobs16_threads1");
println!("windows Bazel concurrency experiment: jobs16_threads2");
}