From bd27a6433b5772986cf313ff3c92aac33520e9c4 Mon Sep 17 00:00:00 2001 From: finga Date: Sun, 24 Apr 2022 18:17:52 +0200 Subject: [PATCH] ci: Remove redundant CI jobs All those checks should be executed by `cargo-checkmate` anyway. --- .woodpecker.yml | 24 ------------------------ 1 file changed, 24 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 45375d2..ebf1d4f 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -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