[ci] run tests in dev mode, with assertions
This commit is contained in:
parent
535a6f30c1
commit
555d82b590
1 changed files with 1 additions and 0 deletions
1
.github/workflows/tests.yml
vendored
1
.github/workflows/tests.yml
vendored
|
@ -130,6 +130,7 @@ jobs:
|
|||
php-version: ${{ matrix.php }}
|
||||
coverage: pcov
|
||||
extensions: mbstring
|
||||
ini-file: development
|
||||
- name: Set up database
|
||||
run: ./tests/setup-db.sh "${{ matrix.database }}"
|
||||
- name: Check versions
|
||||
|
|
Reference in a new issue