From ff3293f123a8768fc3b24715b6404ff3a0ab63da Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Tue, 18 Aug 2026 09:37:18 +0800 Subject: refactor(ci-new): aggregate successful package reports Replace per-package `.ok` files with a single `ok` file listing successful packages per platform, flushed after all checks complete. --- mingling_ci/src/task/run.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'mingling_ci/src/task/run.rs') diff --git a/mingling_ci/src/task/run.rs b/mingling_ci/src/task/run.rs index db34277..eddc356 100644 --- a/mingling_ci/src/task/run.rs +++ b/mingling_ci/src/task/run.rs @@ -80,6 +80,7 @@ pub(crate) async fn run_parallel_checks( } pb.finish_and_clear(); + reporter::flush(); fail_count } -- cgit