Skip to content

Commit

Permalink
Validate output of MIRI (#578) (#610)
Browse files Browse the repository at this point in the history
  • Loading branch information
alamb authored Jul 26, 2021
1 parent e0d1d5b commit 4ee9149
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/miri.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 4ee9149

Please sign in to comment.