Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Fix Rust lint CI #14602

Merged
merged 8 commits into from
Dec 2, 2022
Merged
Show file tree
Hide file tree
Changes from 2 commits
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
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:
components: clippy
- uses: Swatinem/rust-cache@v2

- run: cargo clippy
- run: cargo clippy --all-targets -- -D warnings
Copy link
Member Author

Choose a reason for hiding this comment

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

--all-targets makes sure we check the test and benches stuff too


lint-rustfmt:
runs-on: ubuntu-latest
Expand Down
1 change: 1 addition & 0 deletions changelog.d/14602.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fix Rust ling CI.
erikjohnston marked this conversation as resolved.
Show resolved Hide resolved