Skip to content

Commit

Permalink
GHA: print longest test durations
Browse files Browse the repository at this point in the history
  • Loading branch information
dweindl committed Oct 30, 2023
1 parent 492e480 commit ea95896
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test_python_cplusplus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ jobs:
--cov=amici \
--cov-report=xml:"${AMICI_DIR}/build/coverage_py.xml" \
--cov-append \
--durations=10 \
${AMICI_DIR}/python/tests
Expand All @@ -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
Expand Down

0 comments on commit ea95896

Please sign in to comment.