domo/.woodpecker/proto.yml

14 lines
219 B
YAML

when:
- event: push
branch:
- main
- path:
include:
- "domo_proto/**"
steps:
test:
image: rust
commands:
- cd domo_proto
- cargo test --all-features --locked --verbose