Skip to content

Commit 5407ec2

Browse files
committed
CI: Report test durations
1 parent 8d8b104 commit 5407ec2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/unittests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,8 @@ jobs:
175175
run: |
176176
export LD_LIBRARY_PATH=/usr/lib/fsl/5.0:$LD_LIBRARY_PATH
177177
export PATH=$ANTSPATH:${AFNI_HOME}:/usr/lib/fsl/5.0:$PATH
178-
pytest -v --cov sdcflows --cov-report xml:cov.xml --doctest-modules -n auto sdcflows
178+
pytest -v --cov sdcflows --cov-report xml:cov.xml --doctest-modules -n auto sdcflows \
179+
--durations=20 --durations-min=10
179180
180181
- uses: codecov/codecov-action@v4
181182
with:

0 commit comments

Comments
 (0)