Skip to main content

run_workspace

Function run_workspace 

Source
pub fn run_workspace(
    projects: &[WorkspaceProject],
    engine: &DetectionEngine,
    extra_args: &[String],
    config: &WorkspaceConfig,
    env_vars: &[(String, String)],
    verbose: bool,
) -> WorkspaceReport
Expand description

Run tests in all discovered workspace projects.