Skip to content

Commit

Permalink
ci: make sure entire workspace is checked with clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
gibbz00 committed Apr 2, 2024
1 parent ea5ae54 commit 8637b6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- uses: dtolnay/rust-toolchain@stable
with:
components: clippy
- run: cargo clippy --all-features --tests -- -D warnings
- run: cargo clippy --workspace --all-features --tests -- -D warnings

machete:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 8637b6b

Please sign in to comment.