Added
- New config option
profile.<profile-name>.test-threadscontrols the number of tests run simultaneously. This option accepts either an integer with the number of threads, or the string "num-cpus" (default) for the number of logical CPUs. As usual, this option is overridden by--test-threadsandNEXTEST_TEST_THREADS, in that order. - The command-line
--test-threadsoption and theNEXTEST_TEST_THREADSenvironment variable now acceptnum-cpusas their argument. - nextest now works with cargo binstall (#332). Thanks [Remoun] for your first contribution!
Fixed
- Within JUnit XML, test failure descriptions (text nodes for
<failure>and<error>tags) now have invalid ANSI escape codes stripped from their output.