Skip to content

Commit

Permalink
Update Clippy command in publish workflow (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisllontop authored Apr 16, 2024
2 parents 7201bbe + 8e8b620 commit 0d080c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ jobs:
command: fmt
args: --all -- --check

- name: Run clippy
- name: Run Clippy
uses: actions-rs/cargo@v1
with:
command: clippy
args: --all -- -D warnings
args: --all-features

- name: Run Tests
uses: actions-rs/cargo@v1
Expand Down

0 comments on commit 0d080c7

Please sign in to comment.