Skip to content

Commit

Permalink
ci: remove --all-targets flag from clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
34N0 authored Jan 12, 2024
1 parent 7015f2d commit c0c8dbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ jobs:
- run: sudo apt install libpam-dev clang libclang-dev
- uses: actions/checkout@v4
- name: Run Clippy
run: cargo clippy --all-targets --all-features
run: cargo clippy --all-features

0 comments on commit c0c8dbe

Please sign in to comment.