add woodpecker pipelines
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
when:
|
||||
event: [push, pull_request]
|
||||
|
||||
steps:
|
||||
test:
|
||||
image: rust:1
|
||||
commands:
|
||||
- cargo test --all
|
||||
Reference in New Issue
Block a user