Feature Request - Parallelism
katietheqt-old opened this issue · 1 comments
katietheqt-old commented
Can we have a way to select the first x tests, so that we can run (for example) 4 testing Jobs running bootimage test
phil-opp commented
You mean that bootimage test should spawn e.g. 4 threads and execute the tests in parallel? If so, I think we could implement this by parallelizing this for loop with the rayon crate. Do you mind sending in a PR?