Skip to content
Snippets Groups Projects
Commit 8c5fa693 authored by Udo Eisenbarth's avatar Udo Eisenbarth :speech_balloon:
Browse files

Update .gitlab-ci.yml file

parent e21921fd
No related branches found
No related tags found
No related merge requests found
Pipeline #6999 canceled
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment