diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index c99c7c078..b6273efe3 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -302,7 +302,7 @@ jobs: run: sleep 3 - name: Run tests - run: python -m pytest ./new_tests -vv + run: python -m pytest ./new_tests -vv --durations=0 working-directory: test test-lowest-supported-server: @@ -372,7 +372,7 @@ jobs: run: sleep 5 - name: Run tests - run: python -m pytest ./new_tests/test_admin_*.py + run: python -m pytest ./new_tests/test_admin_*.py -vv --durations=0 working-directory: test - name: Show logs if failed