mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-23 12:51:18 +00:00
Trying to fix drone 6
This commit is contained in:
parent
ebffde6ae3
commit
abfbe23f4b
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ steps:
|
|||
image: rust:1.56-alpine
|
||||
commands:
|
||||
- rustup component add clippy
|
||||
- apk add musl-dev openssl-dev libpq
|
||||
- apk add musl-dev openssl-dev postgresql-dev libpq
|
||||
- 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