File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -478,6 +478,8 @@ Moreover, Miri recognizes some environment variables:
478
478
* `MIRI_TEST_TARGET` (recognized by the test suite and the `./miri` script) indicates which target
479
479
architecture to test against. `miri` and `cargo miri` accept the `--target` flag for the same
480
480
purpose.
481
+ * `MIRI_TEST_THREADS` (recognized by the test suite): set the number of threads to use for running tests.
482
+ By default the number of cores is used.
481
483
* `MIRI_NO_STD` (recognized by `cargo miri` and the test suite) makes sure that the target's
482
484
sysroot is built without libstd. This allows testing and running no_std programs.
483
485
* `RUSTC_BLESS` (recognized by the test suite and `cargo-miri-test/run-test.py`): overwrite all
You can’t perform that action at this time.
0 commit comments