diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 66eedfe..9e040f0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,9 +1,9 @@ -image: "rust:latest" - -test:cargo: - script: - - rustc --version && cargo --version # Print version info for debugging - - cargo test --workspace --verbose +# image: "rust:latest" +# +# test:cargo: +# script: +# - rustc --version && cargo --version # Print version info for debugging +# - cargo test --workspace --verbose # deploy: # stage: deploy