txbump/.woodpecker.yml

12 lines
186 B
YAML

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