Update build rules
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Bill Thiede 2019-06-21 22:21:44 -07:00
parent 21acb0b897
commit 15cd6e7135

View File

@ -5,5 +5,5 @@ steps:
- name: rtiow - name: rtiow
image: registry.z.xinu.tv/drone/rust:2019-06-21-r0 image: registry.z.xinu.tv/drone/rust:2019-06-21-r0
commands: commands:
- cd rtiow && cargo build --verbose --all - (cd rtiow && cargo build --verbose --all)
- cd rtiow && cargo test --verbose --all - (cd rtiow && cargo test --verbose --all)