Add cargo caching
This commit is contained in:
parent
e1130b20f3
commit
e0031edb5e
|
@ -5,6 +5,8 @@ name: default
|
||||||
steps:
|
steps:
|
||||||
- name: test
|
- name: test
|
||||||
image: rust:1.56
|
image: rust:1.56
|
||||||
|
environment:
|
||||||
|
- 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