gitea-release/.drone.yml

10 lines
126 B
YAML
Raw Normal View History

2020-05-31 17:45:35 +00:00
kind: pipeline
name: tools
steps:
- name: rust tests
image: "rust:1"
pull: always
commands:
- cargo test