libpso/.drone.yml
2019-09-07 19:31:48 -07:00

15 lines
166 B
YAML

---
kind: pipeline
type: exec
name: default
platform:
os: linux
arch: amd64
steps:
- name: cargo test
commands:
- rustup default nightly
- cargo test