Open
Description
Description
We're currently only using cache on the lintcheck.yml
workflow. This means that we're downloading and building the same crates a lot. We currently use about 50s on that Build step. About a third of the CI time.
We should use the rust-cache
Action for this purpose.
Version
NA
Additional Labels
No response