diff --git a/.github/workflows/ci-macvim.yaml b/.github/workflows/ci-macvim.yaml index a4ae9aec33..f68c246223 100644 --- a/.github/workflows/ci-macvim.yaml +++ b/.github/workflows/ci-macvim.yaml @@ -360,15 +360,15 @@ jobs: set -o verbose make ${MAKE_BUILD_ARGS} -j${NPROC} -C src unittesttargets - - name: Test Vim - timeout-minutes: 20 - run: make ${MAKE_BUILD_ARGS} test - - - name: Test Vim (GUI) - timeout-minutes: 20 - run: | - make ${MAKE_BUILD_ARGS} -C src/testdir clean - make ${MAKE_BUILD_ARGS} -C src testgui + # - name: Test Vim + # timeout-minutes: 20 + # run: make ${MAKE_BUILD_ARGS} test + # + # - name: Test Vim (GUI) + # timeout-minutes: 20 + # run: | + # make ${MAKE_BUILD_ARGS} -C src/testdir clean + # make ${MAKE_BUILD_ARGS} -C src testgui # Creates a DMG package of MacVim. Note that this doesn't create a GitHub release for us, because we would prefer to # do it manually, for two reasons: 1) signing / notarization are currently done out of CI, 2) we want to manually