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

ci: run clippy on all targets #5636

Merged
merged 4 commits into from
Nov 30, 2023
Merged

ci: run clippy on all targets #5636

merged 4 commits into from
Nov 30, 2023

Conversation

mattsse
Copy link
Collaborator

@mattsse mattsse commented Nov 30, 2023

this should cover benches as well

@mattsse mattsse added the A-meta Changes in the contributor workflow and planning label Nov 30, 2023
@mattsse mattsse force-pushed the matt/run-clippy-on-all-targets branch from c89257c to 04f8da6 Compare November 30, 2023 11:12
@@ -28,7 +28,7 @@ jobs:
with:
cache-on-failure: true
- run:
cargo clippy --bin "${{ matrix.binary }}" --workspace --features "${{ matrix.network }}"
cargo clippy --bin "${{ matrix.binary }}" --workspace --features "${{ matrix.network }}" --lib --tests --benches --examples
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

--all-targets?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we're testing --bin wich conflict due to optimism feature, and all-target contains --bins

@mattsse mattsse added this pull request to the merge queue Nov 30, 2023
Merged via the queue into main with commit d93eac2 Nov 30, 2023
27 checks passed
@mattsse mattsse deleted the matt/run-clippy-on-all-targets branch November 30, 2023 11:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-meta Changes in the contributor workflow and planning
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants