fej/.woodpecker.yml

10 lines
202 B
YAML

pipeline:
test:
image: chewingbever/fej-builder:latest
# Always update the builder image
pull: true
commands:
- cargo test
branches: [ master, develop ]