Show grcov version as well (#18549)

This commit is contained in:
Ryo Onodera
2021-07-09 19:49:07 +09:00
committed by GitHub
parent 84a643d73f
commit a5b91ef4c3

View File

@ -35,8 +35,10 @@ echo --- build environment
"$cargo" stable 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
grcov --version
)
export RUST_BACKTRACE=1