Increase memory for running phpunit

This commit is contained in:
Julien Fastré 2021-05-26 13:35:38 +00:00
parent 7896d288e7
commit 5449efdd97

View File

@ -39,4 +39,4 @@ variables:
# Run our tests # Run our tests
test: test:
script: script:
- bin/phpunit --colors=never - php -d memory_limit=3G bin/phpunit --colors=never