Merge pull request #5953 from yguedidi/run-tests-without-memory-limit

This commit is contained in:
Jérémy Benoist 2022-09-05 06:24:52 +02:00 committed by GitHub
commit b88fb65822
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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