mirror of https://github.com/LemmyNet/lemmy.git
Removing cargo check from drone, clippy already runs check.
parent
04ce64e9b6
commit
8e1f41f1e4
|
@ -14,11 +14,6 @@ steps:
|
|||
commands:
|
||||
- /root/.cargo/bin/cargo fmt -- --check
|
||||
|
||||
- name: cargo check
|
||||
image: ekidd/rust-musl-builder:1.47.0
|
||||
commands:
|
||||
- cargo check --workspace --all-targets
|
||||
|
||||
- name: cargo clippy
|
||||
image: ekidd/rust-musl-builder:1.47.0
|
||||
commands:
|
||||
|
|
Loading…
Reference in New Issue