(cherry picked from commit a5b91ef4c3
)
Co-authored-by: Ryo Onodera <ryoqun@gmail.com>
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user