Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,15 +51,15 @@ jobs:
echo "Test PHP arguments: $TEST_PHP_ARGS"
echo "TEST_PHP_ARGS=$TEST_PHP_ARGS" >> $GITHUB_ENV

- name: Run debugger tests
- name: Run tests
run: |
$TEST_PHP_EXECUTABLE $TEST_PHP_ARGS -v
$TEST_PHP_EXECUTABLE -n run-xdebug-tests.php -j$(nproc) -q -x --show-diff tests/debugger/
$TEST_PHP_EXECUTABLE -n run-xdebug-tests.php -j$(nproc) -q -x --show-diff

- name: Show errors
if: failure()
run: |
for f in tests/debugger/*.diff; do
for f in tests/**/*.diff; do
if [ -f "$f" ]; then
echo "=== $f ==="
cat "$f"
Expand Down
20 changes: 0 additions & 20 deletions tests/base/bug00001.phpt

This file was deleted.

101 changes: 0 additions & 101 deletions tests/base/bug00241.phpt

This file was deleted.

239 changes: 0 additions & 239 deletions tests/base/bug00913-php80.phpt

This file was deleted.

Loading
Loading