Show grcov version as well (#18549) (#18551)

(cherry picked from commit a5b91ef4c3)

Co-authored-by: Ryo Onodera <ryoqun@gmail.com>
This commit is contained in:
mergify[bot]
2021-07-09 12:41:44 +00:00
committed by GitHub
parent 5315a89e7d
commit 2a30436e45

View File

@ -35,8 +35,10 @@ echo --- build environment
"$cargo" stable clippy --version --verbose "$cargo" stable clippy --version --verbose
"$cargo" nightly clippy --version --verbose "$cargo" nightly clippy --version --verbose
# audit is done only with stable # audit is done only with "$cargo stable"
"$cargo" stable audit --version "$cargo" stable audit --version
grcov --version
) )
export RUST_BACKTRACE=1 export RUST_BACKTRACE=1