diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-08-18 09:26:08 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-08-18 09:26:08 +0800 |
| commit | fcdbc57ad135ad134f4f0cb9ea127a24098b7fdb (patch) | |
| tree | 123bc0f149c156b063430f314c23cdad328d616b /mingling_ci/src/task.rs | |
| parent | a6e3888c1b1448a96c6bb88cd9b9edb506fbb736 (diff) | |
refactor(ci-new): extract parallel cargo check runner
Extract the duplicate parallel check logic from build-all and
clippy-all tasks into a shared `run_parallel_checks` helper.
Update renderers to set exit code instead of printing failure
counts.
Diffstat (limited to 'mingling_ci/src/task.rs')
| -rw-r--r-- | mingling_ci/src/task.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mingling_ci/src/task.rs b/mingling_ci/src/task.rs index 1d389b0..07ffb3f 100644 --- a/mingling_ci/src/task.rs +++ b/mingling_ci/src/task.rs @@ -1,2 +1,3 @@ pub(crate) mod cmd_build; pub(crate) mod cmd_clippy; +pub(crate) mod run; |
