mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-01 07:13:24 +03:00
2b7ea14cc4
Add --test-threads option to test binaries This change allows parallelism of test runs to be specified by a command line flag names --test-threads in addition to the existing environment variable RUST_TEST_THREADS. Fixes #25636.