mirror of
https://github.com/nearai/ironclaw.git
synced 2026-09-03 08:06:01 +08:00
* ci: parallelize affected crate tests with nextest * ci: preserve process-local test contracts under nextest - serialize composition runtime and CLI trace-policy tests\n- preserve zero-test package buckets\n- restore fail-closed metadata routing * fix(ci): validate cargo runner bucket subsets * Address PR review feedback (#8013) - Skip nextest installation for exact-target and Cargo-only buckets. - Validate serialized nextest groups against compiled test inventory. * fix(ci): parse nextest inventory specifications Replace the YAML-sensitive heredoc with a Bash array and syntax-check the rendered crate runner in the workflow contract suite. --------- Co-authored-by: Henry Park <16583448+henrypark133@users.noreply.github.com>