feat/caching #1

Merged
j00lz merged 3 commits from feat/caching into main 2021-12-04 15:10:49 +01:00
Showing only changes of commit 1418f18cab - Show all commits

View file

@ -6,7 +6,7 @@ steps:
- name: test
image: rust:1.56
environment:
- CARGO_HOME: ./.cargo_home
CARGO_HOME: ./.cargo_home
commands:
- cargo build --verbose --all
- cargo test --verbose --all