Skip to content

Commit 544c203

Browse files
Update tests.yml
Show slow test durations.
1 parent a02c4ad commit 544c203

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ jobs:
134134
run: pip list
135135

136136
- name: Run tests
137-
run: pytest
137+
run: pytest --durations=100
138138

139139
cuda-tests:
140140
if: github.repository == 'bitsandbytes-foundation/bitsandbytes'
@@ -189,4 +189,4 @@ jobs:
189189
run: pip list
190190

191191
- name: Run tests
192-
run: pytest
192+
run: pytest --durations=100

0 commit comments

Comments
 (0)