Install stable toolchain for stable test
This commit is contained in:
parent
8ba3ce8260
commit
7853c0251d
|
@ -11,7 +11,6 @@ cache:
|
||||||
build:linux:stable:
|
build:linux:stable:
|
||||||
stage: build
|
stage: build
|
||||||
script:
|
script:
|
||||||
- rustup update stable
|
|
||||||
- cargo +stable build --verbose
|
- cargo +stable build --verbose
|
||||||
|
|
||||||
build:linux:
|
build:linux:
|
||||||
|
@ -26,7 +25,9 @@ test:linux:stable:
|
||||||
stage: test
|
stage: test
|
||||||
dependencies:
|
dependencies:
|
||||||
- build:linux:stable
|
- build:linux:stable
|
||||||
script: cargo +stable test --verbose
|
script:
|
||||||
|
- rustup update stable
|
||||||
|
- cargo +stable test --verbose
|
||||||
|
|
||||||
test:linux:
|
test:linux:
|
||||||
stage: test
|
stage: test
|
||||||
|
|
Loading…
Reference in New Issue