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