ci
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Michael Zhang 2023-02-10 22:34:11 -06:00
parent 98e96c2157
commit 935b879a14

11
.woodpecker.yml Normal file
View 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