fif/.drone.yml

11 lines
120 B
YAML
Raw Normal View History

---
kind: pipeline
type: docker
name: default
steps:
- name: build
image: rust:latest
commands:
- cargo test -j3