Skip to content

Commit

Permalink
bump memory limit for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
schlndh committed Apr 26, 2024
1 parent 5d278d0 commit ee9c423
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
build: cs tests phpstan

tests:
php -d zend.assertions=1 -d memory_limit=256M vendor/bin/phpunit
php -d zend.assertions=1 -d memory_limit=512M vendor/bin/phpunit

update-tests:
php tests/updateTests.php
Expand Down

0 comments on commit ee9c423

Please sign in to comment.