mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-08-02 23:44:12 +02:00
Also run "pytest --sqlite-autocommit" for one matrix item in CI
To test that our code works correctly with the new autocommit option introduced in Python 3.13+ https://github.com/simonw/sqlite-utils/pull/767#discussion_r3523983636
This commit is contained in:
parent
b49af65a6d
commit
89af511f79
1 changed files with 3 additions and 0 deletions
3
.github/workflows/test.yml
vendored
3
.github/workflows/test.yml
vendored
|
|
@ -41,6 +41,9 @@ jobs:
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: |
|
run: |
|
||||||
pytest -v
|
pytest -v
|
||||||
|
- name: Run autocommit tests just on 3.14/Ubuntu
|
||||||
|
if: matrix.os == 'ubuntu-latest' && matrix.python-version == '3.14'
|
||||||
|
run: pytest --sqlite-autocommit
|
||||||
- name: run mypy
|
- name: run mypy
|
||||||
run: mypy sqlite_utils tests
|
run: mypy sqlite_utils tests
|
||||||
- name: run flake8
|
- name: run flake8
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue