From 976c25ba1a58da60706897d0923dafaa931f5030 Mon Sep 17 00:00:00 2001 From: finga Date: Thu, 10 Feb 2022 01:38:37 +0100 Subject: [PATCH] ci: Also execute the tests during ci --- .woodpecker.yml | 5 +++++ 1 file changed, 5 insertions(+) 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: