Skip to content

Commit 932c8f8

Browse files
committed
TEMP disable normal tests
1 parent 14e92c1 commit 932c8f8

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci-macvim.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
xcode: '16.4'
4545
testgui: true
4646
publish: true
47-
optimized: true
47+
#optimized: true
4848

4949
uses: ./.github/workflows/macvim-buildtest.yaml
5050
with:

.github/workflows/macvim-buildtest.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@ jobs:
366366
NPROC=$(getconf _NPROCESSORS_ONLN)
367367
368368
set -o verbose
369-
make ${MAKE_BUILD_ARGS} -j${NPROC} -C src unittesttargets
369+
#make ${MAKE_BUILD_ARGS} -j${NPROC} -C src unittesttargets
370370
371371
- name: Test Vim
372372
if: startsWith(github.ref, 'refs/tags/') || !inputs.testgui
@@ -376,7 +376,7 @@ jobs:
376376
# Currently we don't run any non-src tests, as syntax tests are fragile and prone to spamming escape codes.
377377
# This needs to be investigated and fixed upstream.
378378
# MacVim is unlikely to introduce breaking changes in runtime files anyway.
379-
make ${MAKE_BUILD_ARGS} -C src test
379+
#make ${MAKE_BUILD_ARGS} -C src test
380380
381381
- name: Test Vim (GUI)
382382
if: startsWith(github.ref, 'refs/tags/') || inputs.testgui

0 commit comments

Comments
 (0)