This commit is contained in:
parent
644b0a79d0
commit
77185abd6a
1 changed files with 9 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: test
|
||||
image: rust:latest
|
||||
commands:
|
||||
- cargo test
|
Loading…
Add table
Reference in a new issue