Skip to content

Commit

Permalink
Remove tests for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
ychin committed Aug 8, 2024
1 parent 71a8b1c commit bf36d30
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/ci-macvim.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bf36d30

Please sign in to comment.