Skip to content

Commit 2df2ed2

Browse files
committed
Add tests without zodb.
1 parent a90a632 commit 2df2ed2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/tests.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,10 @@ jobs:
3636
coverage run -a -m sphinx -b doctest -d docs/_build/doctrees docs docs/_build/doctests
3737
coverage combine || true
3838
coverage report -i || true
39+
- name: Test No ZODB
40+
run: |
41+
python -m pip uninstall -y ZODB zope.site persistent
42+
python -m zope.testrunner --test-path=src --auto-color --auto-progress
3943
- name: Lint
4044
if: matrix.python-version == '3.14'
4145
run: |

0 commit comments

Comments
 (0)