diff --git a/.github/workflows/miri.yaml b/.github/workflows/miri.yaml index 36ac0a3717cb..136b0e136008 100644 --- a/.github/workflows/miri.yaml +++ b/.github/workflows/miri.yaml @@ -57,4 +57,4 @@ jobs: cargo clean # Currently only the arrow crate is tested with miri # IO related tests and some unsupported tests are skipped - cargo miri test -p arrow -- --skip csv --skip ipc --skip json || true + cargo miri test -p arrow -- --skip csv --skip ipc --skip json