Files
rust-hello-world/README.md
Eric Liu 101128e3fd
All checks were successful
Rust Build / build (push) Successful in 35s
Trigger warm sccache verification
2026-05-05 20:39:17 -07:00

416 B

rust-hello-world

Hello world Rust project for verifying Gitea Actions build cache.

What this tests

  1. go-hashfiles generates a hash from Cargo.lock and Cargo.toml
  2. actions/cache@v3 caches ~/.cargo/registry, ~/.cargo/git, and target
  3. Subsequent runs should hit the cache and skip recompilation

Run locally

cargo build
cargo run

warm sccache verification 20260506T033917Z