Skip to content

Commit

Permalink
Don't clippy dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
gorzell committed Aug 13, 2024
1 parent e983ff3 commit 0a71335
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
uses: actions-rs/clippy-check@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
args: --all-features
args: --all-features -- --no-deps
- name: Clippy (test)
uses: actions-rs/clippy-check@v1
with:
Expand Down

0 comments on commit 0a71335

Please sign in to comment.