Skip to content

Commit

Permalink
set num threads
Browse files Browse the repository at this point in the history
  • Loading branch information
Angelyr committed Jan 18, 2025
1 parent 4544098 commit 4d7b673
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/cmake-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,9 @@ jobs:
# run: sudo apt-get install -yq valgrind

- name: Run CTest
run: ctest --test-dir ${{ runner.temp }}/build-pcms
run: |
OMP_NUM_THREADS=1
ctest --test-dir ${{ runner.temp }}/build-pcms
- name: Print Test
if: always()
Expand Down

0 comments on commit 4d7b673

Please sign in to comment.