Skip to content

Commit

Permalink
CI: enable clippy on all features and targs
Browse files Browse the repository at this point in the history
  • Loading branch information
mx00s committed Nov 28, 2020
1 parent 46121e9 commit 3b39734
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 @@ -55,7 +55,7 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: clippy
args: -- -D warnings
args: --all-targets --all-features -- -D warnings

coverage:
name: Code coverage
Expand Down

0 comments on commit 3b39734

Please sign in to comment.