Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Autotile
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Microhacks
Autotile
Commits
07dce8d6
Verified
Commit
07dce8d6
authored
3 months ago
by
Louis
Browse files
Options
Downloads
Patches
Plain Diff
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
Stage:
in 12 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+4
-1
4 additions, 1 deletion
.gitlab-ci.yml
with
4 additions
and
1 deletion
.gitlab-ci.yml
+
4
−
1
View file @
07dce8d6
...
...
@@ -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
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment