This commit is contained in:
Strix 2023-10-15 18:06:22 +02:00
parent 4dd30c8722
commit 449c73478c
No known key found for this signature in database
GPG key ID: 49B2E37B8915B774

11
.woodpecker/proto.yml Normal file
View file

@ -0,0 +1,11 @@
when:
- event: push
branch:
- main
steps:
test:
image: rust
commands:
- cd domo_proto
- cargo test --all-features --locked --verbose