mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-23 21:01:23 +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
|
image: rust:1.56-alpine
|
||||||
commands:
|
commands:
|
||||||
- rustup component add clippy
|
- 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 --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
|
- cargo clippy --workspace -- -D clippy::unwrap_used
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue