commit 21d4ec8568c402622dc61c549bf873b105800373 parent c47818e22b461fc7e7890001641736e1574593f6 Author: Antoine A <> Date: Wed, 18 Feb 2026 19:19:56 +0100 common: disable CI tests for now Diffstat:
| M | contrib/ci/jobs/2-test/job.sh | | | 14 | ++------------ |
1 file changed, 2 insertions(+), 12 deletions(-)
diff --git a/contrib/ci/jobs/2-test/job.sh b/contrib/ci/jobs/2-test/job.sh @@ -11,14 +11,4 @@ apt-get upgrade -yq # Setup postgres cluster sudo -u postgres pg_ctlcluster 17 main start sudo -u postgres createuser root --superuser -sudo -u postgres createdb -O root taler_rust_check - -check_command() -{ - make check &> test-suite.log -} - -if ! check_command ; then - cat test-suite.log - exit 1 -fi -\ No newline at end of file +sudo -u postgres createdb -O root taler_rust_check +\ No newline at end of file