From 7ae45e38aab38785c8a4a4a3d686f59e4924d7a6 Mon Sep 17 00:00:00 2001 From: Yassine Guedidi Date: Sat, 3 Sep 2022 03:53:26 +0200 Subject: [PATCH] Run tests without memory limit --- GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GNUmakefile b/GNUmakefile index 399fa44f0..7a7f60ed2 100755 --- a/GNUmakefile +++ b/GNUmakefile @@ -46,7 +46,7 @@ fixtures: ## Load fixtures into database php bin/console doctrine:fixtures:load --no-interaction --env=test test: prepare fixtures ## Launch wallabag testsuite - XDEBUG_MODE=off bin/simple-phpunit -v + XDEBUG_MODE=off php -dmemory_limit=-1 bin/simple-phpunit -v release: ## Create a package. Need a VERSION parameter (eg: `make release VERSION=master`). ifndef VERSION