From e6417cf5a31bf883c9f582d6583b732b675ed721 Mon Sep 17 00:00:00 2001 From: Gregory Ballantine Date: Thu, 1 Sep 2022 23:49:12 -0400 Subject: [PATCH] Updated woodpecker config to run cargo tests --- .woodpecker.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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