A view_image.rs test case is not compiled in debug mode. When compiling in release mode the test fails to compile. https://github.com/openai/codex/blob/5e92f4af12308a8092d9e5e0475fcd756d768505/codex-rs/core/tests/suite/view_image.rs#L1088 ```sh cargo test --release --all-features -p codex-core --test all ```
A view_image.rs test case is not compiled in debug mode. When compiling in release mode the test fails to compile.
codex/codex-rs/core/tests/suite/view_image.rs
Line 1088 in 5e92f4a
cargo test --release --all-features -p codex-core --test all