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
ci(test): keep coverage in scope, drop VT_SKIP_E2E
The non-e2e Windows scope is now `--workspace --exclude vite_task_bin`
and the e2e scope stays `-p vite_task_bin --test e2e_snapshots`. Together
they cover the whole workspace, looking only at the scope fields.
The risk that --exclude vite_task_bin silently drops future tests is
closed by tightening vite_task_bin's Cargo.toml: lib/doc were already
test=false, and the two [[bin]] entries now set test=false too. A
comment on [[test]] flags that adding another test target there would
escape CI, so any future contributor has to either update the workflow
or add the test to a different crate.
0 commit comments