Use locked

This commit is contained in:
Bastian Köcher
2019-10-08 09:40:35 +02:00
parent 169c2df1ef
commit c697f25eb6
+1 -1
View File
@@ -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: