diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index aa8532f..36b84e2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -18,11 +18,13 @@ image: "rust:latest" build:cargo: script: + - curl https://sh.rustup.rs -sSf | sh -s -- -y - rustc --version && cargo --version - cargo build # Use cargo to test the project test:cargo: script: + - curl https://sh.rustup.rs -sSf | sh -s -- -y - rustc --version && cargo --version # Print version info for debugging - cargo test --workspace --verbose \ No newline at end of file