fix: Fix caching issues.

This commit is contained in:
Miles Johnson 2023-04-17 15:35:03 -07:00
parent b183549b9a
commit c49c6099c9
4 changed files with 22 additions and 14 deletions

View file

@ -94,8 +94,8 @@ The following optimizations and considerations are taken into account when cachi
`src`, `.cache`, and any other unnecessary files.
- Only the `/target/debug` profile is cached, as this profile is typically used for formatting,
linting, and testing.
- The following sources are hashed for the generated cache key: `Cargo.lock`, Rust version, Rust
commit hash, and operating system.
- The following sources are hashed for the generated cache key: `$GITHUB_JOB`, `Cargo.lock`, Rust
version, Rust commit hash, and operating system.
## Compared to