ci: cache Rust builds with Swatinem/rust-cache to speed up release + CI

This commit is contained in:
Matthew Jackson
2026-06-23 10:01:37 -07:00
parent 26f4c864b5
commit 9ada82a415
+1
View File
@@ -37,6 +37,7 @@ jobs:
steps:
- uses: actions/checkout@v5
- uses: dtolnay/rust-toolchain@1.86.0
- uses: Swatinem/rust-cache@v2
- run: cargo test
# NOTE: the crates.io publish is driven by the maintainer's release tooling