-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Run clippy
in continuous integration workflow
#44
Conversation
Looks like this is failing because |
Codecov Report
@@ Coverage Diff @@
## master #44 +/- ##
==========================================
- Coverage 19.28% 19.10% -0.18%
==========================================
Files 50 50
Lines 3672 3664 -8
==========================================
- Hits 708 700 -8
Misses 2964 2964
Continue to review full report at Codecov.
|
Two of the three failures are related to a regression on the latest nightly builds of Perhaps I should stick to stable instead? Or at least the beta channel? It seems that nightly may be a little more unstable than I hoped for. Edit: looks like |
I'm going to keep this workflow running on |
Rather than waiting, I will put an |
Fixes some
clippy
lints and enablesclippy
in CI. This is the last step of #9.