Fixed
- Fixed two test-suite race conditions that made CI intermittently red. The
CSHIP_ACCOUNTerror-hint tests mutated the same process-global env var from parallel worker threads and were merged into one sequential test;test_render_passthrough_returns_none_for_nonexistent_moduleresolvedstarshipfromPATHwithout holdingPATH_MUTEX, so sibling tests pointingPATHat mockstarshipscripts could make it observe real output (#206)
What's Changed
- test(explain): merge racing CSHIP_ACCOUNT tests into one by @stephenleo in #206
Full Changelog: v1.8.2...v1.8.3