1
0
Fork 0
mirror of https://github.com/vim/vim synced 2025-03-16 06:47:52 +01:00

CI: huge linux builds should also run syntax & indent tests

closes: 

Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
Christian Brabandt 2024-10-29 20:21:42 +01:00
parent 20e045f781
commit 203c7225f5
No known key found for this signature in database
GPG key ID: F3F92DA383FDDE09
3 changed files with 4 additions and 3 deletions
.github/workflows
runtime
indent
syntax/testdir

View file

@ -171,7 +171,7 @@ jobs:
normal)
;;
huge)
echo "TEST=scripttests test_libvterm"
echo "TEST=scripttests test_libvterm indenttest syntaxtest"
INTERFACE=${{ matrix.interface || 'yes' }}
if ${{ matrix.python3 == 'stable-abi' }}; then
PYTHON3_CONFOPT="--with-python3-stable-abi=3.8"
@ -268,7 +268,7 @@ jobs:
- name: Test
timeout-minutes: 25
run: |
do_test() { sg audio "sg $(id -gn) '$*'"; }
do_test() { echo "$*"; sg audio "sg $(id -gn) '$*'"; }
do_test make ${SHADOWOPT} ${TEST}
- if: ${{ !cancelled() }}

View file

@ -11,6 +11,7 @@ VIMRUNTIME = ..
# If a test fails a testdir/*.fail file will be written.
test:
VIMRUNTIME=$(VIMRUNTIME) $(VIMPROG) --clean --not-a-term -u testdir/runtest.vim
@echo "INDENT TESTS: DONE"
clean testclean:

View file

@ -431,7 +431,7 @@ func RunTest()
call Message('View generated screendumps with "../../src/vim --clean -S testdir/viewdumps.vim"')
endif
call AppendMessages('== SUMMARY ==')
call AppendMessages('== SUMMARY SYNTAX TESTS ==')
if len(failed_tests) > 0
" have make report an error