Skip to content

Commit

Permalink
Remove memory limit
Browse files Browse the repository at this point in the history
  • Loading branch information
Synchro committed Nov 28, 2022
1 parent ae16c06 commit 722387e
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 @@ -67,7 +67,7 @@ jobs:
run: vendor/bin/phpunit --colors=always

- name: PHPStan Type Checks
run: vendor/bin/phpstan analyse --ansi --no-progress --memory-limit=0
run: vendor/bin/phpstan analyse --ansi --no-progress

- name: Psalm Type Tests
run: vendor/bin/psalm --shepherd --show-info=true -c psalm.xml

0 comments on commit 722387e

Please sign in to comment.