Updated woodpecker config to run cargo tests

This commit is contained in:
Gregory Ballantine 2022-09-01 23:49:12 -04:00
parent 7d5e1514a1
commit e6417cf5a3

View File

@ -1,8 +1,8 @@
pipeline: pipeline:
test_build: tests:
image: rust:1.63 image: rust:1.63
commands: commands:
- "cargo build" - "cargo test"
build_release: build_release:
image: rust:1.63 image: rust:1.63