~starkingdoms/starkingdoms

8536f65d36532e43281c2f2a7e5f1ebf641bf80e — core 2 years ago 1750edc + d8f5f88
Merge branch 'master' of gitlab.com:starkingdoms.tk/starkingdoms.tk
1 files changed, 0 insertions(+), 3 deletions(-)

M .gitlab-ci.yml
M .gitlab-ci.yml => .gitlab-ci.yml +0 -3
@@ 3,12 3,9 @@ before_script:
  - apt-get update -yqq
  - apt-get install -yqq --no-install-recommends build-essential
  - rustup component add clippy
  - cargo install just
  - just install_tooling

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