Skip to content

Commit 13c8e14

Browse files
committed
Print durations
1 parent 7a03974 commit 13c8e14

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
python-version: "3.8"
2222
- run: pip install .[testing]
2323
name: Install
24-
- run: pytest
24+
- run: pytest --durations 10
2525
name: Run pytest
2626

2727
docs:
@@ -131,7 +131,7 @@ jobs:
131131

132132
- name: Run pytest
133133
run: |
134-
pytest -rs -n auto --splits 5 --group ${{matrix.group}} \
134+
pytest -rs -n auto --durations 10 --splits 5 --group ${{matrix.group}} \
135135
pyvex \
136136
cle \
137137
angr \

0 commit comments

Comments
 (0)