diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-08-18 10:01:53 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-08-18 10:01:53 +0800 |
| commit | 570b2bc1710c0ab8a68ad69a6121144e4f5e3aca (patch) | |
| tree | 76995f8437ea0175724a1669a8f821736a20de60 /mingling_ci/help.txt | |
| parent | a7adc172b3cc58e0555b1cddb45d6301c733be81 (diff) | |
feat(ci-new): add test-all task with per-crate config support
Add a new `test-all` command that runs tests across all crates with
optional per-crate command overrides via `mingling-ci.toml` files.
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 1c59030..85d5c76 100644 --- a/mingling_ci/help.txt +++ b/mingling_ci/help.txt @@ -18,3 +18,4 @@ COMMANDS: TASKS: build-all Build all crates clippy-all Run clippy with -D warnings on all crates + test-all Test all crates |
