mirror of
https://github.com/Nikolay-Shirokov/cc-1c-skills.git
synced 2026-06-11 16:34:57 +03:00
4551525718
Add parallel test execution with worker pool (default: CPU count). New --concurrency N option (--concurrency 1 for sequential). Pre-warm shared fixtures before parallel run. Skip snapshot update/compare for external (read-only) workspaces — prevents accidental copying of large config dumps. Fix normalizeUuids for cf-info/cf-validate (false→true). Result: 283 tests, 329s→84s (4x speedup). Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
12 lines
214 B
JSON
12 lines
214 B
JSON
{
|
|
"script": "cf-validate/scripts/cf-validate",
|
|
"setup": "empty-config",
|
|
"args": [
|
|
{ "flag": "-ConfigPath", "from": "workDir" }
|
|
],
|
|
"snapshot": {
|
|
"root": "workDir",
|
|
"normalizeUuids": true
|
|
}
|
|
}
|