liveterm/.woodpecker.yml

12 lines
185 B
YAML
Raw Normal View History

2023-02-11 04:34:11 +00:00
matrix:
RUST: [stable]
pipeline:
test:
image: rust
environment: [CARGO_TERM_COLOR=always]
commands:
- rustup default $RUST
- cargo check
- cargo test