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 }} generator: ${{ matrix.generator }}
configuration: ${{ matrix.configuration }} configuration: ${{ matrix.configuration }}
cmake-args: "-Dassert=TRUE -Dwerr=TRUE ${{ matrix.cmake-args }}" cmake-args: "-Dassert=TRUE -Dwerr=TRUE ${{ matrix.cmake-args }}"
- name: test # TODO: Temporary disabled tests
run: | # - name: test
n=$(nproc) # run: |
echo "Using $n test jobs" # n=$(nproc)
${build_dir}/rippled --unittest --unittest-jobs $n # echo "Using $n test jobs"
# ${build_dir}/rippled --unittest --unittest-jobs $n