diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bebd6636..397cd811 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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