We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4a1e530 + 8771706 commit 53f5ebeCopy full SHA for 53f5ebe
src/lib.rs
@@ -229,7 +229,9 @@ struct TestRun {
229
230
/// A version of `run_tests` that allows more fine-grained control over running tests.
231
///
232
-/// If multiple configs are provided only the first [`Config::threads`] value is used
+/// All `configs` are being run in parallel.
233
+/// If multiple configs are provided, the [`Config::threads`] value of the first one is used;
234
+/// the thread count of all other configs is ignored.
235
pub fn run_tests_generic(
236
mut configs: Vec<Config>,
237
file_filter: impl Fn(&Path, &Config) -> bool + Sync,
0 commit comments