Skip to content

Commit

Permalink
Fix clippy command to check all targets
Browse files Browse the repository at this point in the history
  • Loading branch information
prokopyl committed Mar 29, 2024
1 parent ba60171 commit 81e2e5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- name: Install XCB and GL dependencies
if: contains(matrix.os, 'ubuntu')
run: sudo apt-get install libx11-xcb-dev libxcb-dri2-0-dev libgl1-mesa-dev libxcb-icccm4-dev libxcursor-dev
- run: cargo clippy --all --all-features -- -D warnings
- run: cargo clippy --workspace --all-targets --all-features -- -D warnings

rustfmt:
name: Format check
Expand Down

0 comments on commit 81e2e5f

Please sign in to comment.