chgk_ledb/.drone.yml
Dmitry bef08e6166
Some checks failed
continuous-integration/drone/push Build is failing
add .drone.yml
2022-10-12 18:01:38 +03:00

11 lines
159 B
YAML

kind: pipeline
name: default
steps:
- name: test
image: rust:1-alpine
commands:
- cargo build --verbose --all
- cargo test --verbose --all