domo/.woodpecker/proto.yml

13 lines
194 B
YAML
Raw Normal View History

2023-10-15 18:06:22 +02:00
when:
- event: push
branch:
- main
2023-10-15 18:06:24 +02:00
- path: "domo_proto/**"
2023-10-15 18:06:22 +02:00
steps:
test:
image: rust
commands:
- cd domo_proto
- cargo test --all-features --locked --verbose