tchoutchou/.drone.yml
2023-02-13 23:26:27 +01:00

10 lines
121 B
YAML

kind: pipeline
type: docker
name: default
steps:
- name: test
image: rust:alpine
commands:
- cargo test