Commit c0a3c55
fix: exclude custom-harness packages from nextest, run them with cargo test
cargo-nextest can't discover tests in packages with `harness = false`
(e2e_snapshots, plan_snapshots) because they output custom formats
instead of the standard libtest listing. Split the musl test run:
- nextest for standard-harness tests (parallel, per-process isolation)
- cargo test for custom-harness packages (already run sequentially)
https://claude.ai/code/session_011H8UR3gS6hoyQAf2x7Dfw81 parent 379b3d9 commit c0a3c55
1 file changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
175 | 175 | | |
176 | 176 | | |
177 | 177 | | |
| 178 | + | |
| 179 | + | |
178 | 180 | | |
179 | | - | |
| 181 | + | |
| 182 | + | |
180 | 183 | | |
181 | 184 | | |
182 | 185 | | |
| |||
0 commit comments