Commit e785de1
revert(ci): un-shard egg-bin; keep single job (sharding broke fork isolation)
Splitting egg-bin by file made dev.test.ts / test.test.ts run in isolation,
which broke fork-based tests that depend on cross-file shared state under
isolate:false (e.g. dev --baseDir=root, test -h help) — green when the suite
runs whole, red when split. Same isolation class as the tegg controller fix,
but egg-bin has several such tests and fixing each would change test files.
Revert to the original single egg-bin job (kept the windows HOME export). The
job runs the whole egg-bin suite as before; it is not the binding wall
constraint given macos/windows whole-suite jobs dominate total wall.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent 950f1e7 commit e785de1
2 files changed
Lines changed: 6 additions & 68 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
263 | 263 | | |
264 | 264 | | |
265 | 265 | | |
266 | | - | |
267 | | - | |
268 | | - | |
269 | | - | |
270 | 266 | | |
271 | | - | |
| 267 | + | |
272 | 268 | | |
273 | 269 | | |
274 | 270 | | |
275 | | - | |
| 271 | + | |
276 | 272 | | |
277 | 273 | | |
278 | 274 | | |
| |||
295 | 291 | | |
296 | 292 | | |
297 | 293 | | |
298 | | - | |
299 | | - | |
300 | | - | |
301 | | - | |
302 | | - | |
| 294 | + | |
| 295 | + | |
| 296 | + | |
| 297 | + | |
303 | 298 | | |
304 | 299 | | |
305 | 300 | | |
| |||
This file was deleted.
0 commit comments