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

Install nightly for all scripts

parent 83f97f7a
No related branches found
No related tags found
No related merge requests found
Pipeline #630 failed with stage
in 12 seconds
......@@ -14,6 +14,9 @@ cache: &global_cache
variables:
CARGO_HOME: ${CI_PROJECT_DIR}/.cargo
before_script:
- rustup toolchain install nightly
lint:
stage: test
script:
......@@ -28,7 +31,7 @@ test:
stage: test
script:
- cargo install junitify
- cargo 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:
when: always
reports:
......
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