added basic ci file
All checks were successful
continuous-integration/woodpecker the build was successful
All checks were successful
continuous-integration/woodpecker the build was successful
This commit is contained in:
parent
45f2bb64b0
commit
3afa5b6a0f
6
.woodpecker.yml
Normal file
6
.woodpecker.yml
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
pipeline:
|
||||||
|
test:
|
||||||
|
image: rust
|
||||||
|
commands:
|
||||||
|
- cargo build
|
||||||
|
- cargo test
|
Loading…
Reference in New Issue
Block a user