CI: initial tests
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
parent
db7237069c
commit
e338bff920
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