We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17ee9f9 commit 2292960Copy full SHA for 2292960
.github/workflows/python-tests.yml
@@ -104,8 +104,8 @@ jobs:
104
- name: PyTest unit tests
105
if: ${{ !startsWith(matrix.os, 'macos-13') }}
106
run: |
107
- poetry run pytest tests -vv --durations=10 --cov-fail-under=80
108
-# poetry run pytest tests -vv --durations=10
+# poetry run pytest tests -vv --durations=10 --cov-fail-under=80
+ poetry run pytest tests -vv --durations=10
109
110
#
111
#3333
0 commit comments