Skip to content

Commit

Permalink
Use a single test thread when running miri
Browse files Browse the repository at this point in the history
  • Loading branch information
alamb committed Oct 31, 2021
1 parent 898924f commit 0dd0d62
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/miri.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,5 @@ 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
# Use a single thread to avoid OOM kills on github
cargo miri test -p arrow -- --skip csv --skip ipc --skip json --test-threads=1

0 comments on commit 0dd0d62

Please sign in to comment.