mirror of
https://github.com/wallabag/wallabag.git
synced 2024-12-17 10:50:29 +01:00
Merge pull request #5953 from yguedidi/run-tests-without-memory-limit
This commit is contained in:
commit
b88fb65822
@ -46,7 +46,7 @@ fixtures: ## Load fixtures into database
|
|||||||
php bin/console doctrine:fixtures:load --no-interaction --env=test
|
php bin/console doctrine:fixtures:load --no-interaction --env=test
|
||||||
|
|
||||||
test: prepare fixtures ## Launch wallabag testsuite
|
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`).
|
release: ## Create a package. Need a VERSION parameter (eg: `make release VERSION=master`).
|
||||||
ifndef VERSION
|
ifndef VERSION
|
||||||
|
Loading…
Reference in New Issue
Block a user