Skip to content

Commit 653d57f

Browse files
author
Matthias Leutenegger
committed
memory limit again again
1 parent 109a9dc commit 653d57f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
- name: run phpunit
8282
run: vendor/bin/phpunit -d memory_limit=1G -c "tests/phpunit.xml" tests/
8383
- name: generate coverage
84-
run: phpdbg -qrr vendor/bin/phpunit -d memory_limit=1G --coverage-clover=coverage.xml -c "tests/phpunit.xml" tests/
84+
run: phpdbg -qrr vendor/bin/phpunit -d memory_limit=2G --coverage-clover=coverage.xml -c "tests/phpunit.xml" tests/
8585
if: ${{ matrix.php == '7.4' && matrix.recipe == '4.x-dev' }}
8686
- name: submit coverage
8787
uses: codecov/codecov-action@v2

0 commit comments

Comments
 (0)