Skip to content
Snippets Groups Projects
Commit e2b4d7e4 authored by Allison Browne's avatar Allison Browne :one:
Browse files

Merge branch 'allison.browne-optional-junit-report' into 'master'

Add optional junit report generation

See merge request !91618
parents 8ec95d01 6535ed9c
No related branches found
No related tags found
1 merge request!91618Add optional junit report generation
Pipeline #581449775 failed
Pipeline: GitLab

#581456375

    ......@@ -26,3 +26,14 @@ 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:
    # script:
    # Should be specified in Cargo.toml
    # - cargo install junitify
    # - 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
    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