Run clippy on all targets (including tests)

This commit is contained in:
Blaž Hrastnik 2022-01-25 16:36:50 +09:00
parent 7bce91556a
commit 48a0c80652

View file

@ -136,7 +136,7 @@ jobs:
uses: actions-rs/cargo@v1 uses: actions-rs/cargo@v1
with: with:
command: clippy command: clippy
args: -- -D warnings args: --all-targets -- -D warnings
docs: docs:
name: Docs name: Docs