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

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