muchrooms/.woodpecker.yml
Maxime “pep” Buquet b61766d462 CI: initial tests
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2022-09-24 00:50:54 +02:00

11 lines
201 B
YAML

---
pipeline:
lint:
image: rustlang/rust:nightly-alpine
commands:
- cargo fmt --check
test:
image: rustlang/rust:nightly-alpine
commands:
- RUST_BACKTRACE=1 cargo test