Skip to content

Commit

Permalink
Remove failure on clippy warnings in GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
bluk committed Sep 29, 2023
1 parent 9e3fd77 commit 8acb55f
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 @@ -115,4 +115,4 @@ jobs:
toolchain: ${{ matrix.rust }}
components: clippy
- name: Run cargo clippy
run: cargo clippy --all-targets --all-features -- -D warnings
run: cargo clippy --all-targets --all-features

0 comments on commit 8acb55f

Please sign in to comment.