[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 }}
|
php-version: ${{ matrix.php }}
|
||||||
coverage: pcov
|
coverage: pcov
|
||||||
extensions: mbstring
|
extensions: mbstring
|
||||||
|
ini-file: development
|
||||||
- name: Set up database
|
- name: Set up database
|
||||||
run: ./tests/setup-db.sh "${{ matrix.database }}"
|
run: ./tests/setup-db.sh "${{ matrix.database }}"
|
||||||
- name: Check versions
|
- name: Check versions
|
||||||
|
|
Reference in a new issue