Unnamed repository; edit this file 'description' to name the repository.
Run clippy on all targets (including tests)
Blaž Hrastnik 2022-01-25
parent 7bce915 · commit 48a0c80
-rw-r--r--.github/workflows/build.yml2
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