Merge pull request #14 from agraven/ci-all-targets

Also run clippy CI checks on tests
This commit is contained in:
Diggory Blake 2021-09-21 15:07:53 +01:00 committed by GitHub
commit 59adc6313f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -47,7 +47,7 @@ jobs:
- uses: actions-rs/cargo@v1
with:
command: clippy
args: -- -D warnings
args: --all-targets -- -D warnings
test:
name: Test