Skip to content

Commit

Permalink
CI: try reducing the number of threads for testing to prevent OOMs
Browse files Browse the repository at this point in the history
  • Loading branch information
danleh committed Jul 26, 2024
1 parent 0d1f88d commit d288f56
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:
# Let's limit this to only two workers in the hope that this limits max memory usage and thus OOMs.
RAYON_NUM_THREADS: 2

0 comments on commit d288f56

Please sign in to comment.