si
si copied to clipboard
feat: parallel execution of validations
This PR runs all validations in parallel, rather than in serial. The result is that initial validation runs feel pretty much instantaneous.
Dependency Review
✅ No vulnerabilities or OpenSSF Scorecard issues found.OpenSSF Scorecard
| Package | Version | Score | Details |
|---|
Scanned Files
Do I assume correctly that this change means that we're sure all validations are independent of each other and can run concurrently? Could there possibly be a case where two validations would affect each other when running in parallel?
Whoopsy, we addressed this (finally) in #7450, closing!