]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
CI: huge linux builds should also run syntax & indent tests
authorChristian Brabandt <cb@256bit.org>
Tue, 29 Oct 2024 19:21:42 +0000 (20:21 +0100)
committerChristian Brabandt <cb@256bit.org>
Tue, 29 Oct 2024 19:27:34 +0000 (20:27 +0100)
closes: #15960

Signed-off-by: Christian Brabandt <cb@256bit.org>
.github/workflows/ci.yml
runtime/indent/Makefile
runtime/syntax/testdir/runtest.vim

index 6b3b3d0fb43fc94ba767f71fae309d38ad1a1d03..df1041851de90a1b5f573eb7d70de56cc7e4a853 100644 (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() }}
index 36a3f156e3c6e6bfaf76c993abd6dcf5dd30d3dd..2af1276ab38a139afbd4ad2b44e9747a1befe722 100644 (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:
index 2fba6a6cc56a04f189923365cc3f614dd079648b..7113602b67c512df17b8c5e60875ac8cbc25a367 100644 (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