update
This commit is contained in:
parent
3c68f14eed
commit
e40a358dde
5 changed files with 126 additions and 43 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