diff .github/workflows/ci-test.yml @ 7171:4e3abaa16296

add duration reporting for python2 as well.
author John Rouillard <rouilj@ieee.org>
date Sat, 25 Feb 2023 18:05:05 -0500
parents 5cbe5f2a636b
children b036e4c8df4d
line wrap: on
line diff
--- a/.github/workflows/ci-test.yml	Sat Feb 25 17:14:18 2023 -0500
+++ b/.github/workflows/ci-test.yml	Sat Feb 25 18:05:05 2023 -0500
@@ -219,7 +219,7 @@
             fi
           else
             # python2 case
-            pytest -v -r a test/ --cov=roundup
+            pytest -v -r a --durations=20 test/ --cov=roundup
           fi
 
       - name: Upload coverage to Codecov

Roundup Issue Tracker: http://roundup-tracker.org/