From a385e2a25dee51b3bfbf8441928938f002a32657 Mon Sep 17 00:00:00 2001 From: Forest Anderson Date: Wed, 24 Apr 2019 08:06:26 -0400 Subject: [PATCH] Save target to cache Former-commit-id: ddf1488dca4917e5cfae55002e0763dfbee1ad91 --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2ad87f2f3f..20666dacc2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -23,6 +23,7 @@ rust-nightly: - source /root/.cargo/env - cargo build - cargo test --verbose + - cp target/ /cache allow_failure: false # # our own git fetch command like https://gitlab.com/gitlab-org/gitlab-runner/blob/master/shells/abstract.go