In CI pipeline also run cargo checkmate
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
bd0dce1bce
commit
ccb05e9b02
1 changed files with 6 additions and 0 deletions
|
@ -17,6 +17,12 @@ pipeline:
|
||||||
commands:
|
commands:
|
||||||
- cargo doc --all-features
|
- cargo doc --all-features
|
||||||
|
|
||||||
|
checkmate:
|
||||||
|
group: default
|
||||||
|
image: rust_full
|
||||||
|
commands:
|
||||||
|
- cargo checkmate
|
||||||
|
|
||||||
build:
|
build:
|
||||||
group: default
|
group: default
|
||||||
image: rust_full
|
image: rust_full
|
||||||
|
|
Loading…
Reference in a new issue