core-agent-ide/.github
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
..
codex fix: change the model used with the GitHub action from o3 to gpt-5 (#2198) 2025-08-11 15:08:58 -07:00
ISSUE_TEMPLATE Add a VS Code Extension issue template (#2853) 2025-08-28 16:56:52 -04:00
workflows fix: specify --profile to cargo clippy in CI (#2871) 2025-08-28 21:43:40 -07:00
codex-cli-login.png README / docs refactor (#2724) 2025-08-27 10:30:39 -07:00
codex-cli-permissions.png update readme (#1948) 2025-08-07 11:20:53 -07:00
codex-cli-splash.png README / docs refactor (#2724) 2025-08-27 10:30:39 -07:00
demo.gif Initial commit 2025-04-16 12:56:08 -04:00
dependabot.yaml Enable Dependabot updates for Rust toolchain (#2460) 2025-08-19 18:07:21 -07:00
dotslash-config.json fix: include an entry for windows-x86_64 in the generated DotSlash file (#2361) 2025-08-15 14:47:36 -07:00
pull_request_template.md Clarify PR/Contribution guidelines and issue templates (#2281) 2025-08-13 21:56:29 -04:00