From 2b846b7242db7435c97ba694393db47842b19860 Mon Sep 17 00:00:00 2001 From: Heiko Becker <hbecker@mpi-sws.org> Date: Thu, 14 Jul 2022 10:59:18 +0200 Subject: [PATCH] Make CI more stringent to see error messages properly --- scripts/ci-hol4.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ci-hol4.sh b/scripts/ci-hol4.sh index 5923115a..7853eb10 100755 --- a/scripts/ci-hol4.sh +++ b/scripts/ci-hol4.sh @@ -38,7 +38,7 @@ FLOVERDIR="$(pwd)" cd ./hol4 -Holmake +Holmake -j1 #cd ./binary -- GitLab