do cargo-tests with rust-stable

This commit is contained in:
Jude Nelson
2020-01-30 15:09:39 -05:00
parent 93f71fbee0
commit d9ce2d5367

View File

@@ -42,9 +42,9 @@ jobs:
command: |
curl -L https://github.com/mozilla/grcov/releases/latest/download/grcov-linux-x86_64.tar.bz2 | tar jxf -
- run:
name: Pull Rust Nightly
name: Pull Rust Stable
command: |
docker pull rustlang/rust:nightly-stretch
docker pull rustlang/rust:1.40-stretch
- run:
name: Build and Test
command: |