Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This PR caches more directories on CI. These new directories are based on the following suggestions: * [How I speeded up my Rust builds on GitHub ~30 times](https://ectobit.com/blog/speed-up-github-actions-rust-pipelines/) * [rust-cache Action](https://github.com/Swatinem/rust-cache) The `rust-cache` explains some more details on why some directories should be cached and not others. Probably in the future, we will use `rust-cache` directly. But for now, I believe it should be good enough to just cache extra few directories. I've noticed that `cargo` spends lots of time downloading the registry and sometimes even fails with spurious network errors. I believe this caching should address this problem.
- Loading branch information