separate build and test ci tasks for real this time
This commit is contained in:
parent
3fcee7f67e
commit
5923648df0
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user