Skip to content

Commit 358dc28

Browse files
committed
feat: alterar execução de testes para modo testdox no Array Callable
1 parent 28a0479 commit 358dc28

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ jobs:
5555
- name: Run Array Callable Tests (v1.2.0)
5656
run: |
5757
echo "🧪 Running Array Callable specific tests..."
58-
vendor/bin/phpunit tests/Unit/Routing/ArrayCallableTest.php --verbose
59-
vendor/bin/phpunit tests/Integration/Routing/ArrayCallableIntegrationTest.php --verbose
58+
vendor/bin/phpunit tests/Unit/Routing/ArrayCallableTest.php --testdox
59+
vendor/bin/phpunit tests/Integration/Routing/ArrayCallableIntegrationTest.php --testdox
6060
6161
- name: Run Performance Benchmarks (v1.2.0)
6262
run: |

0 commit comments

Comments
 (0)