diff --git a/.github/workflows/CI-unix.yml b/.github/workflows/CI-unix.yml index 37a427e34..d9ea1b5c2 100644 --- a/.github/workflows/CI-unix.yml +++ b/.github/workflows/CI-unix.yml @@ -107,6 +107,11 @@ jobs: run: | ./build/uv_run_tests_a platform_output - name: Test + if: ${{ maxtrix.os == 'macos-15' }} + run: | + cd build && sudo UV_RUN_AS_ROOT=1 ctest -V + - name: Test + if: ${{ maxtrix.os != 'macos-15' }} run: | cd build && ctest -V - name: Autotools configure