~starkingdoms/starkingdoms

d8f5f882bcd21b1ca7452494f304c885270ac57c — c0repwn3r 2 years ago e01e242
fix CI
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