From a7078851bffe8b6531ede8cabaad7d74529231e3 Mon Sep 17 00:00:00 2001 From: Robert Cohn Date: Wed, 27 Dec 2023 16:50:03 -0500 Subject: [PATCH] ctest in parallel (#225) --- .github/workflows/pr.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 9693265949..6e6f7ba34b 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -56,13 +56,13 @@ jobs: - name: MHP unit tests run: | source /opt/intel/oneapi/setvars.sh - ctest --test-dir build -L MHP + ctest --test-dir build -L MHP -j 4 - name: SHP unit tests # Does not work on CPU if: false run: | source /opt/intel/oneapi/setvars.sh - ctest --test-dir build -L SHP + ctest --test-dir build -L SHP -j 4 - uses: actions/upload-artifact@v4 if: always() with: