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:
|
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:
|
checkmate:
|
||||||
group: default
|
group: default
|
||||||
image: rust_full
|
image: rust_full
|
||||||
commands:
|
commands:
|
||||||
- cargo checkmate
|
- cargo checkmate
|
||||||
|
|
||||||
build:
|
|
||||||
group: default
|
|
||||||
image: rust_full
|
|
||||||
commands:
|
|
||||||
- cargo build --all-features
|
|
||||||
|
|
||||||
build_release:
|
build_release:
|
||||||
group: default
|
group: default
|
||||||
image: rust_full
|
image: rust_full
|
||||||
|
|
Loading…
Reference in a new issue