diff options
author | Blaž Hrastnik | 2022-01-25 07:36:50 +0000 |
---|---|---|
committer | Blaž Hrastnik | 2022-01-25 07:37:03 +0000 |
commit | 48a0c806520ea6f0404ea1d3a996c7a658f36aec (patch) | |
tree | 4cdfc286a41f1f14d3cf7eb8454447861648511e /.github | |
parent | 7bce91556afd2430c336f2fe4a6ce3f7ce555be2 (diff) |
Run clippy on all targets (including tests)
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7f18da6a..65c2f949 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -136,7 +136,7 @@ jobs: uses: actions-rs/cargo@v1 with: command: clippy - args: -- -D warnings + args: --all-targets -- -D warnings docs: name: Docs |