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/help.txt | |
| 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/help.txt')
| -rw-r--r-- | mingling_ci/help.txt | 1 |
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 |
