build(test): cap verification concurrency

req: test/004
This commit is contained in:
slhx agent
2026-05-11 10:27:09 +02:00
parent ebe7f58905
commit 7a2c5ecae0
6 changed files with 296 additions and 2 deletions
+3
View File
@@ -596,6 +596,9 @@ what a valid business email is.
### req: test/003
003 Generated registries are validated by compile-time tests: missing handler implementations produce test failures with actionable messages.
### req: test/004
004 Repository-wide verification uses a resource-aware runner that caps Cargo build jobs and Rust test threads from available CPU and memory. Browser E2E runs as an isolated step and can be skipped explicitly when browser infrastructure is unavailable.
---
## check