commit 4b3c21a36e5220be99fd990e005dc452ef4dbbe0 parent d9ca9ee7b1284dce5b1af9aa8422155da53a5585 Author: Christian Grothoff <christian@grothoff.org> Date: Mon, 1 Apr 2024 12:26:50 +0200 -fix build Diffstat:
| M | contrib/ci/jobs/2-test/test.sh | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/contrib/ci/jobs/2-test/test.sh b/contrib/ci/jobs/2-test/test.sh @@ -11,6 +11,7 @@ apt-get upgrade -yqq nump=$(grep processor /proc/cpuinfo | wc -l) make clean +make -j$(( $nump / 2 )) cd src/templating/ ./run-original-tests.sh cd -