ci
This commit is contained in:
parent
f4931dde79
commit
4ce6cf8e2d
1 changed files with 13 additions and 0 deletions
13
.woodpecker/test.yml
Normal file
13
.woodpecker/test.yml
Normal file
|
@ -0,0 +1,13 @@
|
|||
when:
|
||||
branch:
|
||||
- main
|
||||
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