-
Notifications
You must be signed in to change notification settings - Fork 12
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
Clippy not checking tests in CI #80
Comments
I'd recommend using
to ensure full coverage (though it does sometimes report issues twice: rust-lang/rust-clippy#4092 ) |
Cypher1
pushed a commit
to Cypher1/manticore
that referenced
this issue
Jul 29, 2021
Small fix for lowRISC#80
Cypher1
pushed a commit
to Cypher1/manticore
that referenced
this issue
Aug 2, 2021
Small fix for lowRISC#80 Additionally allow clippy::unusual_byte_groupings, to ensure tests pass clippy.
Cypher1
pushed a commit
to Cypher1/manticore
that referenced
this issue
Aug 2, 2021
Small fix for lowRISC#80 Additionally allow clippy::unusual_byte_groupings, to ensure tests pass clippy.
mcy
pushed a commit
that referenced
this issue
Aug 3, 2021
Small fix for #80 Additionally allow clippy::unusual_byte_groupings, to ensure tests pass clippy.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It seems that clippy in CI is not running over tests:
I think it might be useful to have an additional:
Unless
--tests
covers both cases, in which case we could just add--test
to the existingrun
The text was updated successfully, but these errors were encountered: