forked from aniani/vim
CI: huge linux builds should also run syntax & indent tests
closes: #15960 Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -171,7 +171,7 @@ jobs:
|
|||||||
normal)
|
normal)
|
||||||
;;
|
;;
|
||||||
huge)
|
huge)
|
||||||
echo "TEST=scripttests test_libvterm"
|
echo "TEST=scripttests test_libvterm indenttest syntaxtest"
|
||||||
INTERFACE=${{ matrix.interface || 'yes' }}
|
INTERFACE=${{ matrix.interface || 'yes' }}
|
||||||
if ${{ matrix.python3 == 'stable-abi' }}; then
|
if ${{ matrix.python3 == 'stable-abi' }}; then
|
||||||
PYTHON3_CONFOPT="--with-python3-stable-abi=3.8"
|
PYTHON3_CONFOPT="--with-python3-stable-abi=3.8"
|
||||||
@@ -268,7 +268,7 @@ jobs:
|
|||||||
- name: Test
|
- name: Test
|
||||||
timeout-minutes: 25
|
timeout-minutes: 25
|
||||||
run: |
|
run: |
|
||||||
do_test() { sg audio "sg $(id -gn) '$*'"; }
|
do_test() { echo "$*"; sg audio "sg $(id -gn) '$*'"; }
|
||||||
do_test make ${SHADOWOPT} ${TEST}
|
do_test make ${SHADOWOPT} ${TEST}
|
||||||
|
|
||||||
- if: ${{ !cancelled() }}
|
- if: ${{ !cancelled() }}
|
||||||
|
@@ -11,6 +11,7 @@ VIMRUNTIME = ..
|
|||||||
# If a test fails a testdir/*.fail file will be written.
|
# If a test fails a testdir/*.fail file will be written.
|
||||||
test:
|
test:
|
||||||
VIMRUNTIME=$(VIMRUNTIME) $(VIMPROG) --clean --not-a-term -u testdir/runtest.vim
|
VIMRUNTIME=$(VIMRUNTIME) $(VIMPROG) --clean --not-a-term -u testdir/runtest.vim
|
||||||
|
@echo "INDENT TESTS: DONE"
|
||||||
|
|
||||||
|
|
||||||
clean testclean:
|
clean testclean:
|
||||||
|
@@ -431,7 +431,7 @@ func RunTest()
|
|||||||
call Message('View generated screendumps with "../../src/vim --clean -S testdir/viewdumps.vim"')
|
call Message('View generated screendumps with "../../src/vim --clean -S testdir/viewdumps.vim"')
|
||||||
endif
|
endif
|
||||||
|
|
||||||
call AppendMessages('== SUMMARY ==')
|
call AppendMessages('== SUMMARY SYNTAX TESTS ==')
|
||||||
|
|
||||||
if len(failed_tests) > 0
|
if len(failed_tests) > 0
|
||||||
" have make report an error
|
" have make report an error
|
||||||
|
Reference in New Issue
Block a user