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

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

View File

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