Skip to content

Commit

Permalink
Update .github/workflows/ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sholderbach authored Nov 14, 2023
1 parent b154335 commit 4a98ac6
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 @@ -44,7 +44,7 @@ jobs:
run: cargo fmt --all -- --check

- name: Clippy
run: cargo clippy ${{ matrix.flags }} --examples --all -- -D warnings
run: cargo clippy ${{ matrix.flags }} --all-targets --all -- -D warnings


- name: Tests
Expand Down

0 comments on commit 4a98ac6

Please sign in to comment.