~starkingdoms/starkingdoms

0e6d5223630cca7034c31f7420a867c5c4ab2bba — core 2 years ago 16fb070
Update .gitlab-ci.yml
1 files changed, 2 insertions(+), 2 deletions(-)

M .gitlab-ci.yml
M .gitlab-ci.yml => .gitlab-ci.yml +2 -2
@@ 3,10 3,10 @@ before_script:
  - apt-get update -yqq
  - apt-get install -yqq --no-install-recommends build-essential
  - rustup component add clippy
  - apt-get install -yqq protoc
  - apt-get install -yqq protobug

check:cargo:
  script:
    - rustc --version && cargo --version
    - cargo check --locked --bin starkingdoms-server
    - cargo clippy --workspace --verbose --locked
\ No newline at end of file
    - cargo clippy --workspace --verbose --locked