Skip to content
Snippets Groups Projects
Verified Commit 7853c025 authored by Jeremy Soller's avatar Jeremy Soller
Browse files

Install stable toolchain for stable test

parent 8ba3ce82
No related branches found
No related tags found
No related merge requests found
Pipeline #5163 failed
......@@ -11,7 +11,6 @@ cache:
build:linux:stable:
stage: build
script:
- rustup update stable
- cargo +stable build --verbose
build:linux:
......@@ -26,7 +25,9 @@ test:linux:stable:
stage: test
dependencies:
- build:linux:stable
script: cargo +stable test --verbose
script:
- rustup update stable
- cargo +stable test --verbose
test:linux:
stage: test
......
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