tchoutchou/.drone.yml
2023-02-13 23:04:09 +01:00

10 lines
126 B
YAML

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