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