How to execute tests with Cargo in random order?
To be sure that my tests are isolated, I would like to randomize the order of execution.
How to execute tests with Cargo in random order?
To be sure that my tests are isolated, I would like to randomize the order of execution.
How can I skip/disable running of unittests in rustc bootstrap build testing?
I am running rustc
bootstrap build tests via the commandline:
Rust: How to skip/disable running of unittests in rustc bootstrap build testing
I am running rustc bootstrap build tests via cmd: