Skip to content

Commit 9ebde6a

Browse files
committed
ci(tests) Run tests --verbose to display test units
1 parent ca483f3 commit 9ebde6a

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
@@ -69,7 +69,7 @@ jobs:
6969
export PATH=$HOME/tmux-builds/tmux-${{ matrix.tmux-version }}/bin:$PATH
7070
ls $HOME/tmux-builds/tmux-${{ matrix.tmux-version }}/bin
7171
tmux -V
72-
uv run py.test --cov=./ --cov-append --cov-report=xml -n auto
72+
uv run py.test --cov=./ --cov-append --cov-report=xml -n auto --verbose
7373
env:
7474
COV_CORE_SOURCE: .
7575
COV_CORE_CONFIG: .coveragerc

0 commit comments

Comments
 (0)