parent
94ab6e050e
commit
92589ba7a9
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