Skip to content

Commit

Permalink
Check clippy lints for all targets
Browse files Browse the repository at this point in the history
  • Loading branch information
user committed Aug 19, 2022
1 parent ae39434 commit e4d4525
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -174,4 +174,4 @@ jobs:
- uses: actions-rs/cargo@v1
with:
command: clippy
args: -- -D warnings
args: --all-targets -- -D warnings

0 comments on commit e4d4525

Please sign in to comment.