core-agent-ide/codex-rs/tui
Michael Bolin 5d2d3002ef
fix: specify --profile to cargo clippy in CI (#2871)
Today we had a breakage in the release build that went unnoticed by CI.
Here is what happened:

- https://github.com/openai/codex/pull/2242 originally added some logic
to do release builds to prevent this from happening
- https://github.com/openai/codex/pull/2276 undid that change to try to
speed things up by removing the step to build all the individual crates
in release mode, assuming the `cargo check` call was sufficient
coverage, which it would have been, had it specified `--profile`

This PR adds `--profile` to the `cargo check` step so we should get the
desired coverage from our build matrix.

Indeed, enabling this in our CI uncovered a warning that is only present
in release mode that was going unnoticed.
2025-08-28 21:43:40 -07:00
..
src fix: specify --profile to cargo clippy in CI (#2871) 2025-08-28 21:43:40 -07:00
tests do not show timeouts as "sandbox error"s (#2587) 2025-08-25 17:52:23 -07:00
Cargo.toml Copying / Dragging image files (MacOS Terminal + iTerm) (#2567) 2025-08-25 16:39:42 -07:00
prompt_for_init_command.md chore: rename INIT.md to prompt_for_init_command.md and move closer to usage (#1886) 2025-08-06 11:58:57 -07:00
styles.md fix: stop using ANSI blue (#2421) 2025-08-18 16:02:25 +00:00