ulyssa / modalkit

A Rust library for building modal editing applications
Apache License 2.0
49 stars 5 forks source link

Only run `cargo clippy` in one job #96

Closed ulyssa closed 1 year ago

ulyssa commented 1 year ago

Currently cargo clippy gets run in every one of the test jobs, which generates three different annotated reports. Only one report is needed, so I'm going to switch to a single clippy job like I did in iamb.