diff --git a/ci/test-checks.sh b/ci/test-checks.sh index 03ddeea0c..6f8ff8d9c 100755 --- a/ci/test-checks.sh +++ b/ci/test-checks.sh @@ -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