From 8c5fa693af92d7f5ad0afe0c4f115b81ee93531a Mon Sep 17 00:00:00 2001 From: Udo Eisenbarth <u.eisenbarth@gsi.de> Date: Mon, 31 Jul 2023 06:05:41 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0b9cae67..296268dd 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -26,10 +26,10 @@ image: "rust:latest" # - apt-get install -yqq --no-install-recommends build-essential # Use cargo to test the project -#test:cargo: -# script: -# - rustc --version && cargo --version # Print version info for debugging -# - cargo test --workspace --verbose +test:cargo: + script: + - rustc --version && cargo --version # Print version info for debugging + - cargo test --workspace --verbose # Optional: Use a third party library to generate gitlab junit reports # test:junit-report: -- GitLab