chore(github): rust cache (#3143)

Signed-off-by: pochoclin <hey@popcorntime.app>
This commit is contained in:
pochoclin
2025-09-24 17:08:17 -04:00
committed by GitHub
parent 0bf0ecf176
commit e5cec6462e

View File

@@ -29,5 +29,6 @@ jobs:
- name: install Rust stable
uses: dtolnay/rust-toolchain@stable
- uses: Swatinem/rust-cache@v2
- name: run test
run: cargo test --workspace --all-targets