CI: initial tests

Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
Maxime “pep” Buquet 2022-09-21 17:21:57 +02:00
parent f64b809342
commit b61766d462

11
.woodpecker.yml Normal file
View file

@ -0,0 +1,11 @@
---
pipeline:
lint:
image: rustlang/rust:nightly-alpine
commands:
- cargo fmt --check
test:
image: rustlang/rust:nightly-alpine
commands:
- RUST_BACKTRACE=1 cargo test