diff --git a/.woodpecker.yml b/.woodpecker.yml index 1fe79b8..327b799 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -16,6 +16,11 @@ pipeline: - rustup component add clippy - cargo clippy --all-features + test: + image: rust + commands: + - cargo test + build: image: rust commands: