Skip to content

Commit

Permalink
ci: Show more versions for my taste (#4451)
Browse files Browse the repository at this point in the history
Show more versions for my taste
  • Loading branch information
ryoqun authored Jan 14, 2025
1 parent 9307140 commit 946c777
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ci/test-checks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ echo --- build environment
cargo clippy --version --verbose
$cargoNightly clippy --version --verbose

# miri is only available with nightly
$cargoNightly miri --version --verbose

$cargoNightly hack --version --verbose

# audit is done only with "$cargo stable"
Expand All @@ -44,6 +47,9 @@ echo --- build environment
sccache --version

wasm-pack --version

cargo nextest --version --verbose
$cargoNightly nextest --version --verbose
)

export RUST_BACKTRACE=1
Expand Down

0 comments on commit 946c777

Please sign in to comment.