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.
This commit is contained in:
Micah Elizabeth Scott
2023-08-14 13:13:36 -07:00
parent 824e9c6e16
commit 41dac5e2d1
2 changed files with 20 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
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.