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
|
arch: amd64
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: cargo test
|
- name: get rust
|
||||||
commands:
|
commands:
|
||||||
- rustup default nightly
|
- rustup default nightly
|
||||||
|
- name: cargo build
|
||||||
|
commands:
|
||||||
- cargo build
|
- cargo build
|
||||||
|
- name: cargo test
|
||||||
|
commands:
|
||||||
- cargo test
|
- cargo test
|
||||||
|
Loading…
x
Reference in New Issue
Block a user