You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ci: improve GitHub workflows with Rust caching, linting, and tests
- Add Swatinem/rust-cache for faster CI builds
- Add cargo fmt --check to enforce code formatting
- Add cargo clippy with -D warnings for strict linting
- Add cargo test to run Rust unit tests in CI
- Consolidate test and lint into single CI job
- Fix Node version inconsistency (use 22 everywhere)
- Fix clippy warnings in Rust code (too_many_arguments, redundant_closure)
- Format all Rust code with cargo fmt
0 commit comments