fedimovies/.woodpecker.yml

11 lines
166 B
YAML
Raw Normal View History

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