CI: initial tests
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
parent
f64b809342
commit
b61766d462
1 changed files with 11 additions and 0 deletions
11
.woodpecker.yml
Normal file
11
.woodpecker.yml
Normal 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
|
Loading…
Reference in a new issue