domo/.woodpecker/proto.yml
2023-10-15 18:06:22 +02:00

11 lines
168 B
YAML

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