GH: try full test suite again

This commit is contained in:
Michael Panchenko
2025-06-04 21:04:30 +02:00
parent f04d3e44ff
commit 08e0711ee7
+1 -2
View File
@@ -55,6 +55,5 @@ jobs:
run: uv pip install -e ".[dev]"
- name: Test with pytest
shell: bash
# Currently, java and rust seem to cause problems in CI
run: |
uv run pytest -m "not java and not rust"
uv run pytest