Merge branch 'mckol/update-ci' into 'master'

Made the CI fail if Cargo.lock would be changed by cargo build

Closes #110

See merge request veloren/veloren!845
This commit is contained in:
Marcel 2020-03-11 00:05:34 +00:00
commit 9c56d25cfa

View File

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