core-agent-ide/.github/workflows
Michael Bolin 49d040215a
fix: build all crates individually as part of CI (#833)
I discovered that `cargo build` worked for the entire workspace, but not
for the `mcp-client` or `core` crates.

* `mcp-client` failed to build because it underspecified the set of
features it needed from `tokio`.
* `core` failed to build because it was using a "feature" of its own
crate in the default, no-feature version.
 
This PR fixes the builds and adds a check in CI to defend against this
sort of thing going forward.
2025-05-06 12:02:49 -07:00
..
ci.yml chore: make build process a single script to run (#757) 2025-05-01 08:36:07 -07:00
cla.yml Set up CLA process and remove DCO (#129) 2025-04-16 15:24:31 -07:00
rust-ci.yml fix: build all crates individually as part of CI (#833) 2025-05-06 12:02:49 -07:00
rust-release.yml chore: mark Rust releases as "prerelease" (#761) 2025-04-30 13:25:53 -07:00