From 06e7d9532f83acab1ab8eb93d629b00c418c3db0 Mon Sep 17 00:00:00 2001 From: Andrew Johnson Date: Fri, 17 Jan 2025 17:47:35 +0800 Subject: [PATCH] Reduce parallelism --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 5dcb8f7cc2a..d5e5c083e4c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -39,7 +39,7 @@ jobs: make -f make/standalone math-libs -j2 - name: Run mix/fun unit tests run: | - python runTests.py -j4 test/unit/math/mix/fun + python runTests.py -j2 test/unit/math/mix/fun - name: Upload gtest_output xml uses: actions/upload-artifact@v4