GH: don't run java and rust tests for the time being

This commit is contained in:
Michael Panchenko
2025-06-02 21:52:23 +02:00
parent 38f33b8f86
commit be8d62128f
+2 -6
View File
@@ -55,10 +55,6 @@ jobs:
run: uv pip install -e ".[dev]"
- name: Test with pytest
shell: bash
# Currently java Language Server is not working on macos
# Currently, java and rust seem to cause problems in CI
run: |
if [ "${{ matrix.os }}" = "macos-latest" ]; then
uv run pytest -m "not java"
else
uv run poe test
fi
uv run pytest -m "not java and not rust"