ci: Update CI to use cargo-checkmate
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

Use `cargo-checkmate` and skip those which would then be redundant.
This commit is contained in:
finga 2023-06-11 17:46:47 +02:00
parent f34843d555
commit 39864a37bd

View file

@ -3,25 +3,12 @@ pipeline:
group: default
image: rust_full
commands:
- cargo fmt --all -- --check
clippy:
group: default
image: rust_full
commands:
- cargo clippy --all-features
test:
group: default
image: rust_full
commands:
- cargo test
- cargo checkmate
build:
group: default
image: rust_full
commands:
- cargo build
- cargo build --release
build-deb:
@ -29,9 +16,3 @@ pipeline:
image: rust_full
commands:
- cargo deb
doc:
group: default
image: rust_full
commands:
- cargo doc