disable sync tests for now - because they need turso server

This commit is contained in:
Nikita Sivukhin 2025-12-02 17:22:59 +04:00
parent 43992bf2c4
commit 283ffd998b
2 changed files with 87 additions and 2 deletions

View file

@ -63,7 +63,7 @@ jobs:
run: uv sync --all-extras --dev --all-packages
- name: Run Pytest
run: uv run pytest tests
run: uv run pytest tests/test_database.py
lint:
runs-on: blacksmith-4vcpu-ubuntu-2404