Skip to content

Commit cd9de28

Browse files
authored
PYTHON-4652 Remove duplicate async tests in Github Actions (mongodb#1785)
1 parent 4742737 commit cd9de28

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/test-python.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,6 @@ jobs:
7878
- name: Run tests
7979
run: |
8080
hatch run test:test
81-
- name: Run async tests
82-
run: |
83-
hatch run test:test-async
8481
8582
doctest:
8683
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)