aboutsummaryrefslogtreecommitdiff
path: root/mingling_ci/help.txt
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-08-18 10:52:54 +0800
committer魏曹先生 <1992414357@qq.com>2026-08-18 10:52:54 +0800
commitb47a1fb1dd5b82ba14bcf8589c5b2a604569bf19 (patch)
treea89c2ec1b4b073390cb010c1080242ffef6a37d6 /mingling_ci/help.txt
parent0c366be05c871fcf182a1276b6637681530c2ed0 (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/help.txt')
-rw-r--r--mingling_ci/help.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/mingling_ci/help.txt b/mingling_ci/help.txt
index 7e55515..1391b37 100644
--- a/mingling_ci/help.txt
+++ b/mingling_ci/help.txt
@@ -22,3 +22,4 @@ COMMANDS:
build-all Build all crates
clippy-all Run clippy with -D warnings on all crates
test-all Test all crates
+ test-examples Build examples and run their test.toml cases