feat: ci
This commit is contained in:
parent
4dd30c8722
commit
449c73478c
1 changed files with 11 additions and 0 deletions
11
.woodpecker/proto.yml
Normal file
11
.woodpecker/proto.yml
Normal file
|
@ -0,0 +1,11 @@
|
|||
when:
|
||||
- event: push
|
||||
branch:
|
||||
- main
|
||||
|
||||
steps:
|
||||
test:
|
||||
image: rust
|
||||
commands:
|
||||
- cd domo_proto
|
||||
- cargo test --all-features --locked --verbose
|
Loading…
Reference in a new issue