From ce66294def8233d027dff81e39b8e10c7f388b57 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bastian=20K=C3=B6cher?= Date: Thu, 31 Oct 2019 09:25:50 +0100 Subject: [PATCH] Update .gitlab-ci.yml --- cumulus/.gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cumulus/.gitlab-ci.yml b/cumulus/.gitlab-ci.yml index f3af1929e7..9892edf4ea 100644 --- a/cumulus/.gitlab-ci.yml +++ b/cumulus/.gitlab-ci.yml @@ -64,7 +64,7 @@ test-linux-stable: # but still want to have debug assertions. RUSTFLAGS: -Cdebug-assertions=y script: - - time cargo test --all --release --frozen | + - time cargo test --all --release --locked | tee output.log - sccache -s after_script: