parallaxsecond / rust-tss-esapi

TSS 2.0 Enhanced System API (ESAPI) Rust wrapper
https://docs.rs/tss-esapi/
Apache License 2.0
86 stars 51 forks source link

Remove clippy checks from test scripts #468

Closed ionut-arm closed 8 months ago

ionut-arm commented 10 months ago

Our testing scripts currently include clippy checks. This means that when clippy finds something to complain about, all CI jobs trying to run tests also fail. Ideally only one job would fail (perhaps a common "format and static checks" job), and the tests would continue unhindered so we know if there is something functionally incorrect too.