Skip to content

Commit

Permalink
CI: run with all threads again, after having fixed the OOM with wasm-…
Browse files Browse the repository at this point in the history
…validate
  • Loading branch information
danleh committed Jul 26, 2024
1 parent aeb7105 commit 1394e0a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,3 @@ 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 1394e0a

Please sign in to comment.