Skip to content

Commit

Permalink
Add more memory for unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sprain committed Oct 1, 2023
1 parent 8660621 commit 3a751dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
run: vendor/bin/phpunit --verbose

- name: Execute tests in hardened environment
run: php -d allow_url_fopen=0 -d memory_limit=128M -d register_globals=0 vendor/bin/phpunit --verbose
run: php -d allow_url_fopen=0 -d memory_limit=256M -d register_globals=0 vendor/bin/phpunit --verbose

- name: Check coding standard
run: vendor/bin/php-cs-fixer --no-interaction --dry-run --diff -v fix src/
Expand Down

0 comments on commit 3a751dc

Please sign in to comment.