Explorar o código

[ci] add more steps to interp

Bernhard Urban %!s(int64=8) %!d(string=hai) anos
pai
achega
d4513c61d4
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      scripts/ci/run-test-interpreter.sh

+ 2 - 0
scripts/ci/run-test-interpreter.sh

@@ -3,3 +3,5 @@
 export TESTCMD=`dirname "${BASH_SOURCE[0]}"`/run-step.sh
 
 ${TESTCMD} --label=interpreter-regression --timeout=10m make -C mono/mini richeck
+${TESTCMD} --label=compile-runtime-tests --timeout=40m make -w -C mono/tests -j4 tests
+${TESTCMD} --label=runtime-interp --timeout=160m make -w -C mono/tests -k testinterp V=1