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 726747f commit 118b49aCopy full SHA for 118b49a
.github/workflows/ci.yml
@@ -165,7 +165,7 @@ jobs:
165
- name: Run Tests
166
if: matrix.arch == 'x64'
167
run: |
168
- & ${env:TEST_PHP_EXECUTABLE} --ri 'Zephir Parser'
+ & ${env:TEST_PHP_EXECUTABLE} --ri zephir_parser
169
& ${env:TEST_PHP_EXECUTABLE} run-tests.php
170
171
- name: Prepare Release Package
@@ -321,7 +321,7 @@ jobs:
321
322
323
324
- php -d extension=./modules/zephir_parser.so --ri 'Zephir Parser'
+ php -d extension=./modules/zephir_parser.so --ri zephir_parser
325
make test NO_INTERACTION=1 REPORT_EXIT_STATUS=1
326
327
- name: Print failures
0 commit comments