pub fn run_workspace(
projects: &[WorkspaceProject],
engine: &DetectionEngine,
extra_args: &[String],
config: &WorkspaceConfig,
env_vars: &[(String, String)],
verbose: bool,
) -> WorkspaceReportExpand description
Run tests in all discovered workspace projects.