commit ca6b35e1d2364f1f0a680e5e86b297e43e88e15e parent eabc5f0ebbec7bfd8d691f73f8b21b7f615c25f6 Author: Martin Schanzenbach <schanzen@gnunet.org> Date: Sun, 12 Apr 2026 16:18:08 +0200 ci: also run intallcheck Diffstat:
| M | contrib/ci/jobs/2-test/4-test.sh | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/contrib/ci/jobs/2-test/4-test.sh b/contrib/ci/jobs/2-test/4-test.sh @@ -4,7 +4,7 @@ set -evux check_command() { # Set LD_LIBRARY_PATH so tests can find the installed libs - LD_LIBRARY_PATH=/usr/lib/x86_64-linux-gnu/taler:/usr/lib:/usr/lib/taler PGPORT=5432 make check + LD_LIBRARY_PATH=/usr/lib/x86_64-linux-gnu/taler:/usr/lib:/usr/lib/taler PGPORT=5432 make check installcheck } print_logs()