Skip to content

Commit e3c0001

Browse files
committed
ci(tests) Run tests --verbose to display test units
1 parent e5951c1 commit e3c0001

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
export PATH=$HOME/tmux-builds/tmux-${{ matrix.tmux-version }}/bin:$PATH
7676
ls $HOME/tmux-builds/tmux-${{ matrix.tmux-version }}/bin
7777
tmux -V
78-
uv run py.test --cov=./ --cov-report=xml
78+
uv run py.test --cov=./ --cov-report=xml --verbose
7979
8080
- uses: codecov/codecov-action@v5
8181
with:

0 commit comments

Comments
 (0)