Skip to content

Commit e3bddd1

Browse files
committed
add missing store-durations arg in tests workflow
1 parent 0b840f8 commit e3bddd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
MPLBACKEND: Agg # non-interactive backend for matplotlib
6868
run: |
6969
micromamba activate lobpy
70-
pytest --cov=lobsterpy --cov-report term-missing --cov-append --splits 5 --group ${{ matrix.split }} -vv --durations-path ./tests/test_data/.pytest-split-durations
70+
pytest --cov=lobsterpy --cov-report term-missing --cov-append --splits 5 --group ${{ matrix.split }} -vv --durations-path ./tests/test_data/.pytest-split-durations --store-durations
7171
7272
- name: Upload coverage
7373
if: matrix.python-version == '3.10'

0 commit comments

Comments
 (0)