In CI pipeline also run cargo checkmate
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
finga 2022-04-24 17:31:44 +02:00
parent bd0dce1bce
commit ccb05e9b02

View file

@ -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