CI: maybe rust and java run?

This commit is contained in:
Michael Panchenko
2025-06-10 00:36:25 +02:00
parent 993c6f6dfd
commit d1537d682c
+1 -2
View File
@@ -55,5 +55,4 @@ 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"
run: uv run pytest -vv