Moved the CARGO_HOME enviornment variable, in an attempt to get cargo packages to cache properly.

This commit is contained in:
Luke Anderson 2019-05-07 13:44:35 +10:00
parent 1354942290
commit e72e7d2fd6
No known key found for this signature in database
GPG Key ID: 44408169EC61E228

View File

@ -6,9 +6,13 @@ stages:
- test
- doc
variables:
- CARGO_HOME: /cache/cargocache
check-fmt:
stage: test
script:
- echo $CARGO_HOME
- cargo fmt --all -- --check
test-dev:
@ -35,5 +39,4 @@ pages:
cache:
paths:
- /cargocache
- target/