Skip to content

Commit

Permalink
Merge pull request #14 from agraven/ci-all-targets
Browse files Browse the repository at this point in the history
Also run clippy CI checks on tests
  • Loading branch information
Diggsey authored Sep 21, 2021
2 parents 4718637 + 262a3e2 commit 59adc63
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 59adc63

Please sign in to comment.