From b47a1fb1dd5b82ba14bcf8589c5b2a604569bf19 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Tue, 18 Aug 2026 10:52:54 +0800 Subject: feat(ci-new): add test-examples command Add a new `test-examples` command that builds each example and runs its `test.toml` cases, reporting failures and setting a non-zero exit code when any example fails. --- mingling_ci/src/cmd.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'mingling_ci/src/cmd.rs') diff --git a/mingling_ci/src/cmd.rs b/mingling_ci/src/cmd.rs index 30d65a1..b9664fc 100644 --- a/mingling_ci/src/cmd.rs +++ b/mingling_ci/src/cmd.rs @@ -2,3 +2,4 @@ pub(crate) mod cmd_report_clean; pub(crate) mod cmd_report_collect; pub(crate) mod cmd_show_features; pub(crate) mod cmd_show_manifests; +pub(crate) mod cmd_test_examples; -- cgit