domo/.woodpecker/proto.yml
Raine f462630eb4
fix: ci only when needed (2)
sometimes i hate woodpecker
2023-10-15 18:06:25 +02:00

12 lines
194 B
YAML

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