pub async fn run_target(
cwd: &Path,
target: &str,
project: Option<&str>,
) -> Result<RunResult, RunnerError>Expand description
Run a target across the workspace or for a specific project.
If project is Some, scopes execution to that project and its upstream dependencies.
Returns the run result with success/failure counts.