Skip to content

Commit

Permalink
ctest in parallel (oneapi-src#225)
Browse files Browse the repository at this point in the history
  • Loading branch information
rscohn2 authored Dec 27, 2023
1 parent 6c7f9c7 commit a707885
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit a707885

Please sign in to comment.