Skip to content

Commit

Permalink
Run MacOS tests with multiple jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
ximinez committed Nov 8, 2024
1 parent b8be32d commit 7235d14
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ jobs:
- name: install Ninja
if: matrix.generator == 'Ninja'
run: brew install ninja
- name: install nproc
run: brew install procs
- name: check environment
run: |
env | sort
Expand Down Expand Up @@ -74,4 +76,4 @@ jobs:
cmake-args: ${{ matrix.cmake-args }}
- name: test
run: |
${build_dir}/rippled --unittest
${build_dir}/rippled --unittest --unittest-jobs $(nproc)

0 comments on commit 7235d14

Please sign in to comment.