This commit is contained in:
parent
e0031edb5e
commit
1418f18cab
|
@ -6,7 +6,7 @@ steps:
|
||||||
- name: test
|
- name: test
|
||||||
image: rust:1.56
|
image: rust:1.56
|
||||||
environment:
|
environment:
|
||||||
- CARGO_HOME: ./.cargo_home
|
CARGO_HOME: ./.cargo_home
|
||||||
commands:
|
commands:
|
||||||
- cargo build --verbose --all
|
- cargo build --verbose --all
|
||||||
- cargo test --verbose --all
|
- cargo test --verbose --all
|
||||||
|
|
Loading…
Reference in a new issue