core-agent-ide/.github/workflows
Michael Bolin aafa00dbe0
fix: prefer cargo check to cargo build to save time and space (#2466)
The `ubuntu-24.04 - x86_64-unknown-linux-gnu` build is failing with `No
space left on device` on #2465, so let's get this in first, which should
help.

Note that `cargo check` should be faster and use less disk than `cargo
build` because it does not write out the object files.
2025-08-19 12:57:31 -07:00
..
ci.yml chore(deps): bump actions/checkout from 4 to 5 (#2407) 2025-08-19 10:28:52 -07:00
cla.yml Fix CLA link in workflow (#964) 2025-05-16 17:11:57 -07:00
codespell.yml chore(deps): bump actions/checkout from 4 to 5 (#2407) 2025-08-19 10:28:52 -07:00
codex.yml chore(deps): bump actions/checkout from 4 to 5 (#2407) 2025-08-19 10:28:52 -07:00
rust-ci.yml fix: prefer cargo check to cargo build to save time and space (#2466) 2025-08-19 12:57:31 -07:00
rust-release.yml chore(deps): bump actions/checkout from 4 to 5 (#2407) 2025-08-19 10:28:52 -07:00