We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8964b49 commit 1ce7f69Copy full SHA for 1ce7f69
.github/workflows/ci.yml
@@ -57,4 +57,13 @@ jobs:
57
run: uv sync --extra dev --extra sqlite
58
59
- name: Run tests
60
- run: uv run pytest tests/ --ignore=tests/test_backend_postgresql.py --ignore=tests/benchmark --ignore=tests/qa -x -q
+ run: |
61
+ uv run pytest tests/ \
62
+ --ignore=tests/test_backend_postgresql.py \
63
+ --ignore=tests/test_backend_neo4j.py \
64
+ --ignore=tests/test_backend_qdrant.py \
65
+ --ignore=tests/test_backend_minio.py \
66
+ --ignore=tests/test_backend_composite.py \
67
+ --ignore=tests/benchmark \
68
+ --ignore=tests/qa \
69
+ -x -q
0 commit comments