aboutsummaryrefslogtreecommitdiff
path: root/mingling_ci/src/task/cmd_test.rs
Commit message (Collapse)AuthorAgeFilesLines
* chore: reorganize dev tools into dev/ directory and consolidate configsHEADmain魏曹先生5 hours1-54/+0
| | | | | | | | | | Move CI, dev tools, and configs from root-level scattered locations into a unified `dev/` directory structure. Update all references across build scripts, documentation, and editor configurations. Also consolidate editor config generation into build.rs for automated synchronization of rust-analyzer settings across VS Code and Zed.
* refactor(ci-new): generalize report entries from packages to items魏曹先生25 hours1-2/+2
| | | | | | | | Rename package-based terminology and structures to item-based, allowing arbitrary items with associated locations instead of only crate packages. Locations are now carried through report files and included in generated reports, with the fallback to `—` removed.
* feat(ci-new): add test-all task with per-crate config support魏曹先生25 hours1-0/+54
Add a new `test-all` command that runs tests across all crates with optional per-crate command overrides via `mingling-ci.toml` files.