Update .gitlab-ci.yml

This commit is contained in:
Bastian Köcher
2019-10-31 09:25:50 +01:00
committed by GitHub
parent 60c004bdc8
commit ce66294def
+1 -1
View File
@@ -64,7 +64,7 @@ test-linux-stable:
# but still want to have debug assertions. # but still want to have debug assertions.
RUSTFLAGS: -Cdebug-assertions=y RUSTFLAGS: -Cdebug-assertions=y
script: script:
- time cargo test --all --release --frozen | - time cargo test --all --release --locked |
tee output.log tee output.log
- sccache -s - sccache -s
after_script: after_script: