commit
6c54873ca2
34 changed files with 5502 additions and 0 deletions
9
.woodpecker/test.yml
Normal file
9
.woodpecker/test.yml
Normal file
|
@ -0,0 +1,9 @@
|
|||
when:
|
||||
- event: push
|
||||
branch: main
|
||||
|
||||
steps:
|
||||
- name: "Cargo Test"
|
||||
image: rust:alpine
|
||||
commands:
|
||||
- cargo test --all
|
Loading…
Add table
Add a link
Reference in a new issue