diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-08-18 10:52:54 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-08-18 10:52:54 +0800 |
| commit | b47a1fb1dd5b82ba14bcf8589c5b2a604569bf19 (patch) | |
| tree | a89c2ec1b4b073390cb010c1080242ffef6a37d6 /mingling_ci/src/cmd.rs | |
| parent | 0c366be05c871fcf182a1276b6637681530c2ed0 (diff) | |
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.
Diffstat (limited to 'mingling_ci/src/cmd.rs')
| -rw-r--r-- | mingling_ci/src/cmd.rs | 1 |
1 files changed, 1 insertions, 0 deletions
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; |
