This commit is contained in:
parent
98e96c2157
commit
935b879a14
1 changed files with 11 additions and 0 deletions
11
.woodpecker.yml
Normal file
11
.woodpecker.yml
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
matrix:
|
||||||
|
RUST: [stable]
|
||||||
|
|
||||||
|
pipeline:
|
||||||
|
test:
|
||||||
|
image: rust
|
||||||
|
environment: [CARGO_TERM_COLOR=always]
|
||||||
|
commands:
|
||||||
|
- rustup default $RUST
|
||||||
|
- cargo check
|
||||||
|
- cargo test
|
Loading…
Reference in a new issue