diff --git a/cumulus/.gitlab-ci.yml b/cumulus/.gitlab-ci.yml index 80a9e42b9e..68b4336192 100644 --- a/cumulus/.gitlab-ci.yml +++ b/cumulus/.gitlab-ci.yml @@ -58,7 +58,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: