diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 76ffca1..fb07389 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -34,7 +34,7 @@ jobs: flake8 . --count --exit-zero --max-complexity=16 --max-line-length=127 --statistics - name: Test with pytest run: | - pytest + pytest --asyncio-mode=auto markdownlint: