-
Notifications
You must be signed in to change notification settings - Fork 3
ci: add rust linting and deps workflows #401
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice features!
I added a comment to add some arguments to cargo clippy
.
|
||
- name: Clippy | ||
id: clippy | ||
run: cargo clippy -- -D warnings |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe we could add --all-targets --all-features
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actually, maybe --all-features
won't work due to us not using nightly.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
--all-targets
is failing because can't compile fhevm-engine-common
35223e4
to
e0fea37
Compare
e0fea37
to
df36159
Compare
@tawadaa Do we want to reinstate work on this PR or we can do it at a later stage? |
Closing this one. We can still use the code here in the migrated repo. |
No description provided.