mirror of
https://github.com/openai/codex.git
synced 2026-05-23 12:34:25 +00:00
`cargo test` for the core and other crates fails on a fresh macOS checkout without the right stack size variable. This change encourages using the just test command that sets the environment up correctly. As a bonus, this should encourage agents to get more benefit out of nextest's parallel execution.