Made the CI fail if Cargo.lock isn't up-to-date

This commit is contained in:
Mckol 2020-03-10 23:31:26 +01:00
parent 406767ae31
commit e4a1e4d078

View File

@ -71,7 +71,7 @@ check:
tags: tags:
- veloren-docker - veloren-docker
script: script:
- RUSTFLAGS="-D warnings" cargo check - RUSTFLAGS="-D warnings" cargo check --locked
code-quality: code-quality:
stage: check-compile stage: check-compile