You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Changes:
- Enable sharded unit tests (3 shards × 3 OS = 9 jobs)
- Reduce test time from 48s → ~16-20s per shard
- Disable tests in main ci job (run in sharded job instead)
- Reduce max-parallel from 8 to 4 (respects macOS concurrency limits)
- Reduce timeout from 20 to 10 minutes (shards run faster)
- Add needs: ci to ensure lint/type checks pass first
Benefits:
- Faster wall-clock time (~16-20s vs 48s)
- Better parallelization across GitHub runners
- Respects GitHub Actions macOS concurrency limits (max 5 concurrent)
0 commit comments