ci: Remove redundant CI jobs
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All those checks should be executed by `cargo-checkmate` anyway.
This commit is contained in:
parent
33b64209b0
commit
bd27a6433b
1 changed files with 0 additions and 24 deletions
|
@ -1,34 +1,10 @@
|
|||
pipeline:
|
||||
fmt:
|
||||
group: default
|
||||
image: rust_full
|
||||
commands:
|
||||
- cargo fmt --all -- --check
|
||||
|
||||
clippy:
|
||||
group: default
|
||||
image: rust_full
|
||||
commands:
|
||||
- cargo clippy --all-features
|
||||
|
||||
doc:
|
||||
group: default
|
||||
image: rust_full
|
||||
commands:
|
||||
- cargo doc --all-features
|
||||
|
||||
checkmate:
|
||||
group: default
|
||||
image: rust_full
|
||||
commands:
|
||||
- cargo checkmate
|
||||
|
||||
build:
|
||||
group: default
|
||||
image: rust_full
|
||||
commands:
|
||||
- cargo build --all-features
|
||||
|
||||
build_release:
|
||||
group: default
|
||||
image: rust_full
|
||||
|
|
Loading…
Reference in a new issue