ci: run clippy on tests as well

This commit is contained in:
Antoine Martin 2020-12-17 00:35:27 +01:00
parent a20557a2e3
commit 314cf95e1b

View file

@ -17,7 +17,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Lint
run: cargo clippy --all
run: cargo clippy --all --all-targets --all-features
- name: Build
run: cargo build --all
- name: Run tests