Skip to content

Commit

Permalink
Modified build.yml.
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaswittmann committed Dec 19, 2023
1 parent 0781879 commit 73d73e5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,10 @@ jobs:
- name: Run unit tests
if: ${{ matrix.build == 'meson' }}
run: |
meson test -C ${{ env.BUILD_DIR }} --print-errorlogs --no-rebuild --num-processes 2 -t 2
meson test -C ${{ env.BUILD_DIR }} --print-errorlogs --no-rebuild
env:
OMP_NUM_THREADS: 1


- name: Run unit tests
if: ${{ matrix.build == 'cmake' }}
Expand Down

0 comments on commit 73d73e5

Please sign in to comment.