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

Update pipeline to generate test reports

parent 366c24e5
No related branches found
No related tags found
1 merge request!5Resolve "Implement "inverted" feature for group nodes"
Pipeline #7358 failed
...@@ -59,8 +59,16 @@ test:cargo: ...@@ -59,8 +59,16 @@ test:cargo:
- export HTTP_PROXY=lxproxy01.gsi.de:3128 - export HTTP_PROXY=lxproxy01.gsi.de:3128
- export https_proxy=lxproxy01.gsi.de:3128 - export https_proxy=lxproxy01.gsi.de:3128
- export http_proxy=lxproxy01.gsi.de:3128 - export http_proxy=lxproxy01.gsi.de:3128
- rustup defualt nightly
- cargo install junitify
- rustc --version && cargo --version # Print version info for debugging - rustc --version && cargo --version # Print version info for debugging
- cargo test --workspace # - cargo test --workspace
- cargo test -- --format=json -Z unstable-options --report-time | junitify --out $CI_PROJECT_DIR/tests/
artifacts:
when: always
reports:
junit: $CI_PROJECT_DIR/tests/*.xml
test:clippy: test:clippy:
stage: test stage: test
tags: tags:
......
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