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