ci: Also execute the tests during ci
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
81be79d46d
commit
976c25ba1a
1 changed files with 5 additions and 0 deletions
|
@ -16,6 +16,11 @@ pipeline:
|
||||||
- rustup component add clippy
|
- rustup component add clippy
|
||||||
- cargo clippy --all-features
|
- cargo clippy --all-features
|
||||||
|
|
||||||
|
test:
|
||||||
|
image: rust
|
||||||
|
commands:
|
||||||
|
- cargo test
|
||||||
|
|
||||||
build:
|
build:
|
||||||
image: rust
|
image: rust
|
||||||
commands:
|
commands:
|
||||||
|
|
Loading…
Reference in a new issue