ci: Also execute the tests during ci
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
finga 2022-02-10 01:38:37 +01:00
parent 81be79d46d
commit 976c25ba1a

View file

@ -16,6 +16,11 @@ pipeline:
- rustup component add clippy
- cargo clippy --all-features
test:
image: rust
commands:
- cargo test
build:
image: rust
commands: