edr
edr copied to clipboard
Cache Rust toolchain in CI
Problem
We currently reinstall the stable and nightly Rust toolchains multiple times in a hardhat-core CI
workflow run.
Definition of Done
Cache the Rust toolchain installations (both nightly and stable) in hardhat-core CI
workflow jobs.