separate build and test ci tasks for real this time

This commit is contained in:
jake 2019-09-07 19:46:10 -07:00
parent 3fcee7f67e
commit 5923648df0

View File

@ -8,8 +8,12 @@ platform:
arch: amd64
steps:
- name: cargo test
- name: get rust
commands:
- rustup default nightly
- name: cargo build
commands:
- cargo build
- name: cargo test
commands:
- cargo test