Skip to content

Commit

Permalink
ci(tests) Run tests --verbose to display test units
Browse files Browse the repository at this point in the history
  • Loading branch information
tony committed Jan 12, 2025
1 parent ca483f3 commit 9ebde6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
export PATH=$HOME/tmux-builds/tmux-${{ matrix.tmux-version }}/bin:$PATH
ls $HOME/tmux-builds/tmux-${{ matrix.tmux-version }}/bin
tmux -V
uv run py.test --cov=./ --cov-append --cov-report=xml -n auto
uv run py.test --cov=./ --cov-append --cov-report=xml -n auto --verbose
env:
COV_CORE_SOURCE: .
COV_CORE_CONFIG: .coveragerc
Expand Down

0 comments on commit 9ebde6a

Please sign in to comment.