Skip to content

Commit 80667e9

Browse files
committed
Run dns tests too and async
1 parent 281c72a commit 80667e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-python.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -238,10 +238,10 @@ jobs:
238238
uses: supercharge/mongodb-github-action@90004df786821b6308fb02299e5835d0dae05d0d # 1.12.0
239239
with:
240240
mongodb-version: 6.0
241-
- name: Run connect test
241+
- name: Run tests
242242
shell: bash
243243
run: |
244244
uv venv
245245
source .venv/bin/activate
246246
uv pip install -e ".[test]" --resolution=lowest-direct
247-
pytest -v test/test_srv_polling.py
247+
pytest -v test/asynchronous/test_srv_polling.py test/asynchronous/test_dns.py test/test_srv_polling.py test/test_dns.py

0 commit comments

Comments
 (0)