From 55c5134840b160b5e558e2f774cb1f5fe0e15391 Mon Sep 17 00:00:00 2001 From: finga Date: Sat, 15 Oct 2022 01:56:07 +0200 Subject: [PATCH] ci: Update CI config --- .woodpecker.yml | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 32d2fe4..19c16b4 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -1,40 +1,37 @@ pipeline: fmt: group: default - image: rust + image: rust_full commands: - - rustup component add rustfmt - cargo fmt --all -- --check clippy: group: default - image: rust + image: rust_full commands: - - rustup component add clippy - cargo clippy --all-features test: group: default - image: rust + image: rust_full commands: - cargo test build: group: default - image: rust + image: rust_full commands: - cargo build - cargo build --release build-deb: group: default - image: rust + image: rust_full commands: - - cargo install cargo-deb - cargo deb doc: group: default - image: rust + image: rust_full commands: - cargo doc