diff --git a/.woodpecker/proto.yml b/.woodpecker/proto.yml new file mode 100644 index 0000000..5cef6bf --- /dev/null +++ b/.woodpecker/proto.yml @@ -0,0 +1,11 @@ +when: + - event: push + branch: + - main + +steps: + test: + image: rust + commands: + - cd domo_proto + - cargo test --all-features --locked --verbose