Skip to content
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

chore(rust): Fix all clippy warnings in the test suite #9839

Merged
merged 8 commits into from
Jul 12, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Extend clippy check in the CI
  • Loading branch information
stinodego committed Jul 12, 2023
commit 06261a3cf4b7b6cc1c90d387bfa6a5a3eea10fcc
4 changes: 2 additions & 2 deletions .github/workflows/lint-rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ jobs:
with:
save-if: ${{ github.ref_name == 'main' }}

- name: Run cargo clippy on all features
run: cargo clippy --all-features -- -D warnings
- name: Run cargo clippy with all features enabled
run: cargo clippy --all-features --lib --bins --examples --test it -- -D warnings

# Default feature set should compile on the stable toolchain
clippy-stable:
Expand Down