tor/changes/rust_ci
Micah Elizabeth Scott 41dac5e2d1 CI: Add Rust tests and clippy
This adds a new "rust-latest" CI target that runs tests and clippy for
everything in the workspace. It's a subset of the equivalent on Arti.
2023-08-15 09:52:30 -07:00

5 lines
216 B
Plaintext

o Minor features (testing):
- All Rust code is now linted (cargo clippy) as part of GitLab CI,
and existing warnings have been fixed.
- Any unit tests written in Rust now run as part of GitLab CI.