Byron / gitoxide

An idiomatic, lean, fast & safe pure Rust implementation of Git
Apache License 2.0
8.84k stars 301 forks source link

Speedup clippy in CI #1552

Closed NobodyXu closed 1 month ago

NobodyXu commented 1 month ago

Use --no-deps

Byron commented 1 month ago

It's 2m 44s here vs 2m 49s in a run that doesn't have the settings. So it's probably not super effective here if at all, but probably still a good idea to keep around (even if it's just 1s faster).