ci: Remove redundant CI jobs
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:
finga 2022-04-24 18:17:52 +02:00
parent 33b64209b0
commit bd27a6433b

View file

@ -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