diff --git a/.woodpecker.yml b/.woodpecker.yml index a930dbc..1bf8971 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -1,8 +1,8 @@ pipeline: - test_build: + tests: image: rust:1.63 commands: - - "cargo build" + - "cargo test" build_release: image: rust:1.63