File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 :
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments