mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-24 04:13:28 +01:00
41dac5e2d1
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.
5 lines
216 B
Plaintext
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.
|