AdamGS commented on code in PR #9629:
URL: https://github.com/apache/arrow-rs/pull/9629#discussion_r3021304335
##########
.github/workflows/miri.yaml:
##########
@@ -55,6 +55,8 @@ jobs:
rustup toolchain install nightly --component miri
rustup override set nightly
cargo miri setup
+ - name: Set up nextest
Review Comment:
SGTM,
[3b003ec](https://github.com/apache/arrow-rs/pull/9629/commits/3b003ecfcbe7639c991711ad773877746416b107)
just installs nextest using cargo install with a locked version, once this
merges I'll open up a follow up.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]