pub fn run_tests<'a>(
now: SystemTime,
effects: &Effects,
git_run_info: &GitRunInfo,
dag: &Dag,
repo: &Repo,
event_log_db: &EventLogDb<'_>,
revset: &Revset,
commits: &[Commit<'_>],
options: &ResolvedTestOptions,
) -> EyreExitOr<TestResults>
Expand description
Run tests on the provided set of commits.