Skip to content

Commit 84e2f41

Browse files
committed
chore: test:type-co
1 parent a8360a6 commit 84e2f41

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/tests.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,8 @@ jobs:
2020
- name: Install dependencies
2121
run: composer install --prefer-dist --no-progress
2222

23-
- name: Unit Tests
24-
run: composer test:unit:co
23+
- name: Type coverage
24+
run: composer test:type-co
25+
26+
- name: Unit tests with coverage
27+
run: composer test:unit:co

0 commit comments

Comments
 (0)