rust-gamedev / rust-game-ports

Official host of games ported using Rust game libraries.
Other
122 stars 7 forks source link

CI: Add caching for Clippy checks #144

Open 64kramsystem opened 2 years ago

64kramsystem commented 2 years ago

The Clippy job is currently slow, since it requires some amount of compiling, and it's not cache.

Add caching, and verify that it improves the job.