We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c26722 commit d63eccbCopy full SHA for d63eccb
.github/workflows/tests.yml
@@ -71,7 +71,7 @@ jobs:
71
run: uv sync --group dev
72
73
- name: Run unit tests
74
- run: uv run python -m unittest discover -s tests
+ run: uv run pytest
75
env:
76
PYTHONPATH: ./src
77
SURREALDB_URL: http://localhost:8000
@@ -117,7 +117,7 @@ jobs:
117
118
119
120
121
122
123
0 commit comments