Signed-off-by: Nikolai Rodionov <allanger@badhouseplants.net>
This commit is contained in:
15
.woodpecker/tests.yaml
Normal file
15
.woodpecker/tests.yaml
Normal file
@@ -0,0 +1,15 @@
|
||||
when:
|
||||
event:
|
||||
- push
|
||||
|
||||
steps:
|
||||
clippy:
|
||||
image: rust:1.91.1-bullseye
|
||||
commands:
|
||||
- cargo clippy
|
||||
|
||||
test:
|
||||
image: rust:1.91.1-bullseye
|
||||
commands:
|
||||
- cargo test
|
||||
|
||||
Reference in New Issue
Block a user