fix: Run Clippy on test targets too by using --all-targets instead

It's confusing that `cargo fmt` takes `--all` to format everything but
`cargo clippy` takes `--all-targets` :-/
pull/24376/head
Carol (Nichols || Goulding) 2020-02-17 09:52:36 -05:00
parent 96ae7f53f4
commit e03b3e9326
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ jobs:
- install_clang
- run:
name: Clippy
command: cargo clippy --all -j9
command: cargo clippy --all-targets -j9
test:
docker:
- image: circleci/rust:latest