diff --git a/.woodpecker.yml b/.woodpecker.yml index c037259..fc3cc0a 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -17,6 +17,12 @@ pipeline: commands: - cargo doc --all-features + checkmate: + group: default + image: rust_full + commands: + - cargo checkmate + build: group: default image: rust_full