Add cargo caching

This commit is contained in:
Julius 2021-12-04 14:25:46 +01:00
parent e1130b20f3
commit e0031edb5e
Signed by: j00lz
GPG key ID: AF241B0AA237BBA2

View file

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