Skip to content

Commit

Permalink
remove memory limit
Browse files Browse the repository at this point in the history
  • Loading branch information
Baptouuuu committed Feb 6, 2021
1 parent 46afbc9 commit df70f17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Install Dependencies
run: composer install
- name: PHPUnit
run: vendor/bin/phpunit --coverage-clover=coverage.clover
run: php -dmemory_limit=-1 vendor/bin/phpunit --coverage-clover=coverage.clover
- uses: codecov/codecov-action@v1
with:
token: ${{ secrets.CODECOV_TOKEN }}
Expand Down

0 comments on commit df70f17

Please sign in to comment.