ci: add rust-cache

This commit is contained in:
2026-06-19 15:29:03 +03:00
parent 78ca2ddf68
commit f563680ceb
3 changed files with 18 additions and 5 deletions
+6
View File
@@ -45,6 +45,9 @@ jobs:
with:
toolchain: 1.96.0
- name: Rust Cache
uses: swatinem/rust-cache@v2
- name: Run tests
run: cargo test --locked
@@ -135,6 +138,9 @@ jobs:
with:
toolchain: 1.96.0
- name: Rust Cache
uses: swatinem/rust-cache@v2
- name: Build all binaries (debug-speed compilation into target/release)
env:
CARGO_PROFILE_RELEASE_OPT_LEVEL: 0