Skip to content

Commit

Permalink
Change: Run unittest with -v on CI
Browse files Browse the repository at this point in the history
Show some more details about the run unit tests in the CI.
  • Loading branch information
bjoernricks committed Jul 27, 2023
1 parent 5a88f60 commit def76af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: Run unit tests
run: poetry run python -m unittest
run: poetry run python -m unittest -v

mypy:
name: Check type hints
Expand Down

0 comments on commit def76af

Please sign in to comment.