Commit c369990
committed
ci: remove RUST_TEST_THREADS=1 from musl job
The PTY_LOCK mutex in pty_terminal now serializes the entire PTY
session (spawn, I/O, and cleanup) on musl, so single-threaded test
execution is no longer needed. Non-PTY tests run in parallel.
https://claude.ai/code/session_011H8UR3gS6hoyQAf2x7Dfw81 parent 2b6668d commit c369990
1 file changed
+0
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
149 | 149 | | |
150 | 150 | | |
151 | 151 | | |
152 | | - | |
153 | | - | |
154 | | - | |
155 | 152 | | |
156 | 153 | | |
157 | 154 | | |
| |||
0 commit comments