AdamGS commented on code in PR #9629:
URL: https://github.com/apache/arrow-rs/pull/9629#discussion_r3021292771


##########
.github/workflows/miri.sh:
##########
@@ -12,9 +12,8 @@ cargo miri setup
 cargo clean
 
 echo "Starting Arrow MIRI run..."
-cargo miri test -p arrow-buffer
-cargo miri test -p arrow-data --features ffi
-cargo miri test -p arrow-schema --features ffi
-cargo miri test -p arrow-ord
-cargo miri test -p arrow-array
-cargo miri test -p arrow-arith
\ No newline at end of file
+cargo miri nextest run \

Review Comment:
   IMO nextest is probably my most important non built in tool working in rust



-- 
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]

Reply via email to