Skip to content

Commit a069208

Browse files
committed
ci: run pytest with color and more details
1 parent da4e45e commit a069208

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- name: Run tests
4747
env:
4848
GITHUB_ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
49-
run: pytest
49+
run: pytest --verbose --color=yes --durations=10
5050

5151
docs:
5252
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)