martin-g commented on code in PR #1873:
URL: https://github.com/apache/arrow-rs/pull/1873#discussion_r896595063


##########
.github/workflows/miri.sh:
##########
@@ -15,4 +15,3 @@ cargo clean
 
 echo "Starting Arrow MIRI run..."
 cargo miri test -p arrow -- --skip csv --skip ipc --skip json

Review Comment:
   You could use something like:
   ```bash
   cargo miri test -p arrow -- --skip csv --skip ipc --skip json
   MIRI_RETURN_CODE=$?
   echo "Miri finished with exit code $MIRI_RETURN_CODE"
   exit $MIRI_RETURN_CODE
   ```



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