Hermes cb7e68f295
Some checks failed
Rust Build / build (push) Failing after 35s
fix: remove trailing newline from restore-keys
2026-05-02 14:20:20 -07:00

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
Description
Hello world Rust project for verifying Gitea Actions build cache
Readme 40 KiB
Languages
Rust 100%