diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 4507f66c2..72b6158f4 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -49,4 +49,4 @@ jobs: - name: Run unit tests shell: bash run: | - pytest -sv tests/ + pytest --durations 20 -sv tests/