From f7de02e71dc7eb5a68dd32fa5f2dc76c307661b3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?St=C3=A9phane=20Glondu?= Date: Wed, 15 Jan 2025 08:21:39 +0100 Subject: [PATCH] Run tests with OCAML_TEST_SIZE=1 --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 92665f70..7de995a9 100755 --- a/debian/rules +++ b/debian/rules @@ -284,7 +284,7 @@ ifneq (,$(filter $(DEB_BUILD_ARCH),$(SLOW_ARCHITECTURES))) rm -f testsuite/tests/misc-unsafe/almabench.ml endif ifeq (,$(DEB_TEST_BUILD_PREFIX)) - make tests $(IGNORE_TESTS_FAILURE) + OCAML_TEST_SIZE=1 make tests $(IGNORE_TESTS_FAILURE) endif endif -- 2.30.2