mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Made the CI fail if Cargo.lock isn't up-to-date
This commit is contained in:
parent
406767ae31
commit
e4a1e4d078
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user