liveterm/.woodpecker.yml
Michael Zhang 935b879a14
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci
2023-02-10 22:34:11 -06:00

11 lines
185 B
YAML

matrix:
RUST: [stable]
pipeline:
test:
image: rust
environment: [CARGO_TERM_COLOR=always]
commands:
- rustup default $RUST
- cargo check
- cargo test