From d9ca9ee7b1284dce5b1af9aa8422155da53a5585 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 1 Apr 2024 12:20:17 +0200 Subject: run original tests outside of 'make check': --- contrib/ci/jobs/2-test/test.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'contrib') diff --git a/contrib/ci/jobs/2-test/test.sh b/contrib/ci/jobs/2-test/test.sh index 4d5864cc1..940e5ef12 100755 --- a/contrib/ci/jobs/2-test/test.sh +++ b/contrib/ci/jobs/2-test/test.sh @@ -11,6 +11,9 @@ apt-get upgrade -yqq nump=$(grep processor /proc/cpuinfo | wc -l) make clean +cd src/templating/ +./run-original-tests.sh +cd - make -j$(( $nump / 2 )) make install -- cgit v1.2.3