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_macros | |
| 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_macros')
| -rw-r--r-- | mingling_macros/mingling-ci.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mingling_macros/mingling-ci.toml b/mingling_macros/mingling-ci.toml new file mode 100644 index 0000000..3aefc4a --- /dev/null +++ b/mingling_macros/mingling-ci.toml @@ -0,0 +1,2 @@ +[test] +command = ["cargo", "test", "-p", "mingling_macros"] |
