From 92dfdd0a0f9990ab0f4c91a486b1c68bb7531e43 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Fri, 4 Oct 2019 10:24:50 -0400 Subject: also cache compilation results, not just downloads --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) (limited to '.gitlab-ci.yml') diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b1de48b..9b2189e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,6 +8,7 @@ variables: cache: paths: - cache/ + - target/ rust-latest: stage: build -- cgit v1.2.3-54-g00ecf