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 2c5d65a commit 968db23Copy full SHA for 968db23
.github/workflows/ci.yml
@@ -88,7 +88,7 @@ jobs:
88
run: |
89
# https://github.com/php/php-src/pull/18734
90
# https://github.com/php/pecl-database-pdo_oci/pull/16#discussion_r2119810891
91
- rm -v php-src/ext/pdo/tests/*.phpt
+ rm -v php-src/ext/pdo/tests/**.phpt
92
php php-src/run-tests.php --show-diff --show-slow 1000 --set-timeout 120 tests
93
env:
94
PDO_TEST_DIR: ${{ github.workspace }}/php-src/ext/pdo/tests
0 commit comments