rhd/.drone.yml

15 lines
190 B
YAML

kind: pipeline
name: rust-1-65
type: docker
steps:
- name: test
image: rust:1.69
commands:
- cargo build --verbose --all
- cargo test --verbose --all
trigger:
branch:
- master