mirror of
https://github.com/pchuan98/codex.git
synced 2026-07-01 00:31:56 +08:00
Prefer just test over cargo test in docs (#23910)
`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.
This commit is contained in:
committed by
GitHub
Unverified
parent
cff960896c
commit
d53e68954a
@@ -60,5 +60,5 @@ Use `spawn_pipe_process_no_stdin` to force stdin closed (commands that read stdi
|
||||
Unit tests live in `src/lib.rs` and cover both backends (PTY Python REPL and pipe-based stdin roundtrip). Run with:
|
||||
|
||||
```
|
||||
cargo test -p codex-utils-pty -- --nocapture
|
||||
just test -p codex-utils-pty --no-capture
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user