Skip to content
Snippets Groups Projects
Verified Commit 95e4939f authored by Louis's avatar Louis :fire:
Browse files

Install junitify on nightly

parent 302490d6
No related branches found
No related tags found
No related merge requests found
Pipeline #633 failed with stage
in 37 seconds
...@@ -12,6 +12,7 @@ cache: &global_cache ...@@ -12,6 +12,7 @@ cache: &global_cache
policy: pull-push policy: pull-push
variables: variables:
RUSTUP_INIT_SKIP_PATH_CHECK: yes
CARGO_HOME: ${CI_PROJECT_DIR}/.cargo CARGO_HOME: ${CI_PROJECT_DIR}/.cargo
before_script: before_script:
...@@ -30,7 +31,7 @@ lint: ...@@ -30,7 +31,7 @@ lint:
test: test:
stage: test stage: test
script: script:
- cargo install junitify - cargo +nightly install junitify
- cargo +nightly test -- --format=json -Z unstable-options --report-time | junitify --out $CI_PROJECT_DIR/tests/ - cargo +nightly test -- --format=json -Z unstable-options --report-time | junitify --out $CI_PROJECT_DIR/tests/
artifacts: artifacts:
when: always when: always
......
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