Skip to content

Commit e44730e

Browse files
Update test.yml
1 parent 6790879 commit e44730e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
- name: Run tests with coverage
5555
if: env.skip_tests == 'false'
5656
run: |
57-
pytest --asyncio-mode=auto --cov=. --cov-report=term-missing --cov-report=xml
57+
pytest --cov=. --cov-report=term-missing --cov-report=xml
5858
5959
- name: Skip coverage report if no tests
6060
if: env.skip_tests == 'true'

0 commit comments

Comments
 (0)