CI: huge linux builds should also run syntax & indent tests
closes: #15960
Signed-off-by: Christian Brabandt <cb@256bit.org>
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 6b3b3d0..df10418 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -171,7 +171,7 @@
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 @@
- 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() }}