update
This commit is contained in:
parent
98b5874442
commit
3a4b5ee78c
5 changed files with 314 additions and 240 deletions
13
.woodpecker/test.yml
Normal file
13
.woodpecker/test.yml
Normal file
|
@ -0,0 +1,13 @@
|
|||
when:
|
||||
branch:
|
||||
- master
|
||||
event:
|
||||
- push
|
||||
- pull_request
|
||||
|
||||
steps:
|
||||
- name: test
|
||||
image: rust:latest
|
||||
commands:
|
||||
- cargo check
|
||||
- cargo test
|
Loading…
Add table
Add a link
Reference in a new issue