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