Files
bahdotsh 1762f057c1 ci(build): drop archived actions-rs/cargo, add --workspace to feature check
The actions-rs/cargo@v1 action has been archived for a while now,
and wrapping every cargo invocation in a GitHub Action that just...
calls cargo... was never exactly adding value. Replace all five
uses with plain `run: cargo <cmd>` steps.

While at it, add --workspace to the --no-default-features check so
it actually verifies *all* crates compile without the tui feature,
not just the default workspace member. The previous version would
happily miss breakage in any non-default crate.
2026-04-02 14:47:50 +05:30
..
2025-04-21 17:13:33 +05:30