Commit a1be974
committed
ci(test): restore VT_SKIP_E2E so non-e2e scope is --workspace
Reverts the previous switch to --exclude vite_task_bin. That exclusion
happened to be equivalent today (vite_task_bin has no lib/bin/doc
tests), but it isn't verifiable from the scope alone: adding a lib test
to vite_task_bin later would silently drop it from CI.
The non-e2e Windows shard now scopes to the full workspace and the e2e
harness self-skips when VT_SKIP_E2E is set. Coverage is now legible from
the scopes: e2e_snapshots is sharded across 5 jobs, --workspace catches
everything else (current and future).1 parent 1261603 commit a1be974
2 files changed
Lines changed: 12 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
99 | | - | |
100 | | - | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
101 | 102 | | |
102 | 103 | | |
103 | 104 | | |
| |||
138 | 139 | | |
139 | 140 | | |
140 | 141 | | |
141 | | - | |
142 | | - | |
| 142 | + | |
| 143 | + | |
143 | 144 | | |
144 | 145 | | |
145 | 146 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
571 | 571 | | |
572 | 572 | | |
573 | 573 | | |
| 574 | + | |
| 575 | + | |
| 576 | + | |
| 577 | + | |
| 578 | + | |
| 579 | + | |
| 580 | + | |
574 | 581 | | |
575 | 582 | | |
576 | 583 | | |
| |||
0 commit comments