summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorMicah Elizabeth Scott <beth@torproject.org>2023-08-14 13:13:36 -0700
committerMicah Elizabeth Scott <beth@torproject.org>2023-08-15 09:52:30 -0700
commit41dac5e2d1434cd1be431468ff1192bb88130ef4 (patch)
tree94d0d841d7b7853950b82a350be9f7df52865e22 /changes
parent824e9c6e164fc44ae5f1469cb3664f34e609c9cc (diff)
downloadtor-41dac5e2d1434cd1be431468ff1192bb88130ef4.tar.gz
tor-41dac5e2d1434cd1be431468ff1192bb88130ef4.zip
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.
Diffstat (limited to 'changes')
-rw-r--r--changes/rust_ci4
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/rust_ci b/changes/rust_ci
new file mode 100644
index 0000000000..868f94fd91
--- /dev/null
+++ b/changes/rust_ci
@@ -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.