CI: Also include cargo files in cache

Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
Maxime “pep” Buquet 2019-12-08 01:30:24 +01:00 committed by Maxime Buquet
parent c8206455f1
commit c53f4efbc5

View file

@ -13,6 +13,7 @@ variables:
key: stable
paths:
- target/
- ~/.cargo
.nightly:
image: rustlang/rust:nightly
@ -20,6 +21,7 @@ variables:
key: nightly
paths:
- target/
- ~/.cargo
.build:
stage: build