pub fn run_test_step(
runner: &(dyn Fn(&Path, &CommandSpec) -> Result<CapturedOutput, SpawnError> + 'static),
root: &Path,
) -> Result<ToolStep, SpawnError>Expand description
Runs workspace tests through the injectable runner.
pub fn run_test_step(
runner: &(dyn Fn(&Path, &CommandSpec) -> Result<CapturedOutput, SpawnError> + 'static),
root: &Path,
) -> Result<ToolStep, SpawnError>Runs workspace tests through the injectable runner.