From 570b2bc1710c0ab8a68ad69a6121144e4f5e3aca Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Tue, 18 Aug 2026 10:01:53 +0800 Subject: 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. --- mingling_pathf/mingling-ci.toml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 mingling_pathf/mingling-ci.toml (limited to 'mingling_pathf') diff --git a/mingling_pathf/mingling-ci.toml b/mingling_pathf/mingling-ci.toml new file mode 100644 index 0000000..59e4e17 --- /dev/null +++ b/mingling_pathf/mingling-ci.toml @@ -0,0 +1,2 @@ +[test] +command = ["cargo", "test", "-p", "mingling_pathf"] -- cgit