Skip to content

Commit

Permalink
chore(ci): Don't block on deprecations
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed Feb 15, 2022
1 parent 05e6390 commit 93af368
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 @@ -141,4 +141,4 @@ jobs:
- uses: actions-rs/clippy-check@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
args: --workspace --all-features --all-targets -- -D warnings
args: --workspace --all-features --all-targets -- -D warnings --allow deprecated

0 comments on commit 93af368

Please sign in to comment.