Skip to content

Commit

Permalink
Also run clippy CI checks on tests
Browse files Browse the repository at this point in the history
  • Loading branch information
agraven committed Sep 21, 2021
1 parent 4718637 commit 262a3e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/toolchain.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- uses: actions-rs/cargo@v1
with:
command: clippy
args: -- -D warnings
args: --all-targets -- -D warnings

test:
name: Test
Expand Down

0 comments on commit 262a3e2

Please sign in to comment.