mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-12 15:34:00 +00:00
Removing cargo check from drone, clippy already runs check.
This commit is contained in:
parent
04ce64e9b6
commit
8e1f41f1e4
1 changed files with 0 additions and 5 deletions
|
@ -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 a new issue