chgk_ledb/.drone.yml

11 lines
159 B
YAML
Raw Normal View History

2022-10-12 15:01:38 +00:00
kind: pipeline
name: default
steps:
- name: test
image: rust:1-alpine
commands:
- cargo build --verbose --all
- cargo test --verbose --all