mirror of
https://github.com/helix-editor/helix
synced 2024-11-10 10:34:45 +01:00
Run clippy on all targets (including tests)
This commit is contained in:
parent
7bce91556a
commit
48a0c80652
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -136,7 +136,7 @@ jobs:
|
||||
uses: actions-rs/cargo@v1
|
||||
with:
|
||||
command: clippy
|
||||
args: -- -D warnings
|
||||
args: --all-targets -- -D warnings
|
||||
|
||||
docs:
|
||||
name: Docs
|
||||
|
Loading…
Reference in New Issue
Block a user