From ea95896cabb2668874c156e2d792df502afd6999 Mon Sep 17 00:00:00 2001 From: Daniel Weindl Date: Mon, 30 Oct 2023 14:56:18 +0100 Subject: [PATCH] GHA: print longest test durations --- .github/workflows/test_python_cplusplus.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test_python_cplusplus.yml b/.github/workflows/test_python_cplusplus.yml index 416252ee4b..b6e9491b71 100644 --- a/.github/workflows/test_python_cplusplus.yml +++ b/.github/workflows/test_python_cplusplus.yml @@ -94,6 +94,7 @@ jobs: --cov=amici \ --cov-report=xml:"${AMICI_DIR}/build/coverage_py.xml" \ --cov-append \ + --durations=10 \ ${AMICI_DIR}/python/tests @@ -105,6 +106,7 @@ jobs: --cov=amici \ --cov-report=xml:"${AMICI_DIR}/build/coverage_py.xml" \ --cov-append \ + --durations=10 \ ${AMICI_DIR}/python/tests/test_splines.py - name: Install notebook dependencies