Add cargo caching

pull/1/head
Julius 2021-12-04 14:25:46 +01:00
parent e1130b20f3
commit e0031edb5e
Signed by: j00lz
GPG Key ID: AF241B0AA237BBA2
1 changed files with 2 additions and 0 deletions

View File

@ -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