unsplash / mercury

The guide of souls to the underworld.
https://unsplash.github.io/mercury/
MIT License
3 stars 0 forks source link

Add CI caching #19

Closed samhh closed 6 months ago

samhh commented 7 months ago

Closes #7.

I've aimed for simplicity but this is a good reference for caching Rust in CI: https://github.com/marketplace/actions/rust-cache

On average the time saved per relevant job from cold to warm is one minute. A CI run with changed code and dependencies should still be expected to run faster, utilising partial caches, albeit with a smaller delta.