install grcov (#4097)

This commit is contained in:
Rob Walker 2019-05-01 14:27:17 -07:00 committed by GitHub
parent 8202310073
commit a7d18125d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -4,9 +4,8 @@ ARG date
RUN set -x \
&& rustup install nightly-$date \
&& rustup show \
&& rustup show \
&& rustc --version \
&& cargo --version \
&& cargo install grcov \
&& rustc +nightly-$date --version \
&& cargo +nightly-$date --version