Skip to content

Commit

Permalink
CI: limit number of threads again to work around OOMs
Browse files Browse the repository at this point in the history
  • Loading branch information
danleh committed Jul 27, 2024
1 parent f78e85e commit 21a322b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,6 @@ jobs:
working-directory: crates/wasabi/
- run: cargo test -- --nocapture --test-threads=1 --color=always
working-directory: crates/wasabi/
env:
# Lets limit parallel instrumentation in the hope that this lowers max memory usage and thus OOMs in CI.
RAYON_NUM_THREADS: 2

0 comments on commit 21a322b

Please sign in to comment.