diff --git a/.gitea/workflows/pest.yml b/.gitea/workflows/pest.yml index 3065390..f85e2c8 100644 --- a/.gitea/workflows/pest.yml +++ b/.gitea/workflows/pest.yml @@ -43,7 +43,7 @@ jobs: - name: Run Pest run: | if [ "${{ inputs.coverage }}" = "true" ]; then - php -d pcov.enabled=1 -d pcov.directory=. ./vendor/bin/pest ${{ inputs.coverage_args }} + php -d memory_limit=512M -d pcov.enabled=1 -d pcov.directory=. ./vendor/bin/pest ${{ inputs.coverage_args }} else ./vendor/bin/pest fi \ No newline at end of file