Install stable toolchain for stable test

This commit is contained in:
Jeremy Soller 2019-07-06 12:05:38 -06:00
parent 8ba3ce8260
commit 7853c0251d
No known key found for this signature in database
GPG Key ID: E988B49EE78A7FB1
1 changed files with 3 additions and 2 deletions

View File

@ -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