mirror of
https://github.com/tiennm99/serena.git
synced 2026-09-04 02:18:39 +00:00
GH: don't run java and rust tests for the time being
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user