reef-defi / reef-chain

EVM compatible chain with NPoS/PoC consensus
https://docs.reef.io
GNU General Public License v3.0
135 stars 37 forks source link

GitHub Actions: Add cache for `clippy` job #29

Closed mwarzynski closed 3 years ago

mwarzynski commented 3 years ago

Cache in the Workflow was introduced at the same time as the (new) clippy job, therefore the original clippy PR didn't include the newly proposed caching step. This PR makes it right by applying the same caching strategy for the clippy job.