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 e0031edb5e - Show all commits

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