PYTHON-4652 Remove duplicate async tests in Github Actions (#1785)

This commit is contained in:
Shane Harvey 2024-08-09 23:19:46 -07:00 committed by GitHub
parent 4742737876
commit cd9de28c8f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -78,9 +78,6 @@ jobs:
- name: Run tests
run: |
hatch run test:test
- name: Run async tests
run: |
hatch run test:test-async
doctest:
runs-on: ubuntu-latest