mirror of
https://github.com/tiennm99/serena.git
synced 2026-09-08 22:20:25 +00:00
Revert GH changes, don't run snapshot tests on Windows
This commit is contained in:
@@ -55,5 +55,11 @@ jobs:
|
||||
run: uv pip install -e ".[dev]"
|
||||
- name: Test with pytest
|
||||
shell: bash
|
||||
# Currently, java and rust seem to cause problems in CI, and snapshot tests seem to cause problems on Windows
|
||||
# probably due to the way the language servers are started and stopped
|
||||
run: |
|
||||
uv run pytest
|
||||
if [[ "$RUNNER_OS" == "Windows" ]]; then
|
||||
uv run pytest -m "not java and not rust and not snapshot"
|
||||
else
|
||||
uv run pytest -m "not java and not rust"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user