muchrooms/.woodpecker.yml

13 lines
237 B
YAML
Raw Normal View History

---
pipeline:
lint:
image: rustlang/rust:nightly-alpine
commands:
- cargo fmt --check
test:
image: rustlang/rust:nightly-alpine
commands:
- apk add --no-cache musl-dev
- RUST_BACKTRACE=1 cargo test