Run tests with OCAML_TEST_SIZE=1
authorStéphane Glondu <glondu@debian.org>
Wed, 15 Jan 2025 07:21:39 +0000 (08:21 +0100)
committerStéphane Glondu <glondu@debian.org>
Wed, 15 Jan 2025 07:21:39 +0000 (08:21 +0100)
debian/rules

index 92665f70c6abfa77f7f0edf33805dea409112180..7de995a992370a0d0c0803052444961e48c2e564 100755 (executable)
@@ -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