We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a02c4ad commit 544c203Copy full SHA for 544c203
.github/workflows/tests.yml
@@ -134,7 +134,7 @@ jobs:
134
run: pip list
135
136
- name: Run tests
137
- run: pytest
+ run: pytest --durations=100
138
139
cuda-tests:
140
if: github.repository == 'bitsandbytes-foundation/bitsandbytes'
@@ -189,4 +189,4 @@ jobs:
189
190
191
192
0 commit comments