Temporary disable automatic triggering macOS pipeline (#5397)

We temporarily disable running unit tests on macOS on the CI pipeline while we are investigating the delays.
This commit is contained in:
Valentin Balaschenko
2025-04-10 20:58:29 +01:00
committed by GitHub
parent c4308b216f
commit 1c99ea23d1

View File

@@ -87,8 +87,9 @@ jobs:
generator: ${{ matrix.generator }}
configuration: ${{ matrix.configuration }}
cmake-args: "-Dassert=TRUE -Dwerr=TRUE ${{ matrix.cmake-args }}"
- name: test
run: |
n=$(nproc)
echo "Using $n test jobs"
${build_dir}/rippled --unittest --unittest-jobs $n
# TODO: Temporary disabled tests
# - name: test
# run: |
# n=$(nproc)
# echo "Using $n test jobs"
# ${build_dir}/rippled --unittest --unittest-jobs $n