We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80b3668 commit 012461fCopy full SHA for 012461f
.github/workflows/test.yml
@@ -8,7 +8,7 @@ on:
8
9
jobs:
10
selftest:
11
- name: Self-test
+ name: CI test (make validate)
12
runs-on: ubuntu-18.04
13
14
steps:
Makefile
@@ -19,7 +19,7 @@ test-phpunit: vendor/autoload.php
19
validate: build/php-cs-fixer.phar vendor/autoload.php psalm check-docs
20
$(FIXER) fix --dry-run --stop-on-violation
21
$(COMPOSER) validate
22
- phpdbg -qrr $(PHPUNIT) --coverage-text
+ phpdbg -d memory_limit=-1 -qrr $(PHPUNIT) --coverage-text
23
24
.PHONY:psalm
25
psalm: build/psalm.phar
0 commit comments