Skip to content

Commit 099a049

Browse files
committed
ci: Run cases separately
1 parent f943b81 commit 099a049

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@ jobs:
2424
coverage: xdebug
2525
ini-file: development
2626
- run: composer install
27-
- run: composer test:cc
27+
- run: composer test:arch
28+
- run: composer test:unit
29+
- run: composer test:feat
2830

2931
PHPStan:
3032
name: PHPStan (PHP ${{ matrix.php }})

0 commit comments

Comments
 (0)