Added cli mutation tests to pipeline, and referenced CLI tests in CONTRIBUTING file

This commit is contained in:
Alejandro Celaya
2022-08-10 17:21:55 +02:00
parent 761b24e614
commit 71553988d5
3 changed files with 6 additions and 2 deletions

View File

@@ -112,7 +112,7 @@ jobs:
strategy:
matrix:
php-version: ['8.1']
test-group: ['unit', 'db', 'api']
test-group: ['unit', 'db', 'api', 'cli']
steps:
- name: Checkout code
uses: actions/checkout@v2