CI, added some memories

This commit is contained in:
Michael Panchenko
2025-06-16 13:51:57 +02:00
parent 21de3c377e
commit afea349d67
4 changed files with 85 additions and 12 deletions
+1 -6
View File
@@ -55,9 +55,4 @@ jobs:
run: uv pip install -e ".[dev]"
- name: Test with pytest
shell: bash
run: |
if [ "${{ runner.os }}" = "Linux" ]; then
uv run pytest -vv -m "not java and not rust"
else
uv run pytest -vv
fi
run: uv run poe test