alamb opened a new issue #581: URL: https://github.com/apache/arrow-rs/issues/581
**Describe the bug** MIRI tests are run on each CI check but the CI will pass even if the MIRI checks fail **To Reproduce** Introduce a MIRI change and observe CI still passes **Expected behavior** If MIRI fails, CI tests should also fail **Additional context** We started running MIRI again in https://github.com/apache/arrow-rs/pull/421, but while discussing with @jorgecarleitao on https://github.com/jorgecarleitao/arrow2/pull/209, it turned out that we were still `||true` ing the output (aka not validating that MIRA was running cleanly) -- 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]
