Skip to content

Commit

Permalink
fixup! Run MacOS tests with multiple jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
ximinez committed Nov 12, 2024
1 parent 0d78563 commit 0e3047e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .github/actions/dependencies/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,14 @@ runs:
run: |
mkdir ${build_dir}
cd ${build_dir}
# This is just for MacOS builds
conan install \
--output-folder . \
--build boost \
--options tests=True \
--options xrpld=True \
--settings build_type=${{ inputs.configuration }} \
..
conan install \
--output-folder . \
--build missing \
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,4 +80,4 @@ jobs:
cmake-args: ${{ matrix.cmake-args }}
- name: test
run: |
${build_dir}/rippled --unittest --unittest-jobs $[ $(nproc) / 2 ]
${build_dir}/rippled --unittest --unittest-jobs $(nproc)

0 comments on commit 0e3047e

Please sign in to comment.