chgk_ledb/.drone.yml
Dmitry 249ac3a4ef
All checks were successful
continuous-integration/drone/push Build is passing
ci: use sparse protocol for crates.io
2023-03-13 17:10:09 +03:00

14 lines
257 B
YAML

kind: pipeline
name: default
steps:
- name: test
image: rust:1-alpine
commands:
- apk add --no-cache musl-dev
- cargo build --verbose --all
- cargo test --verbose --all
environment:
CARGO_REGISTRIES_CRATES_IO_PROTOCOL: sparse