mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-23 21:01:23 +00:00
Trying to fix drone 13
This commit is contained in:
parent
2a4f70d2fb
commit
cd02b338d7
1 changed files with 1 additions and 0 deletions
|
@ -23,6 +23,7 @@ steps:
|
|||
- name: cargo clippy
|
||||
image: clux/muslrust:1.56.0
|
||||
commands:
|
||||
- rustup component add clippy
|
||||
- cargo clippy --workspace --tests --all-targets --all-features -- -D warnings -D deprecated -D clippy::perf -D clippy::complexity -D clippy::dbg_macro
|
||||
- cargo clippy --workspace -- -D clippy::unwrap_used
|
||||
|
||||
|
|
Loading…
Reference in a new issue