Skip to content

Commit 3fbf583

Browse files
committed
Add spec tests to Github action
1 parent a62e6c6 commit 3fbf583

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ jobs:
3939
- name: Install dependencies
4040
run: composer install --prefer-dist --no-progress
4141

42+
- name: Run spec tests
43+
run: composer tests-spec
44+
4245
- name: Run tests suite
4346
run: composer tests
4447

0 commit comments

Comments
 (0)