Skip to content

Commit

Permalink
ci(tests): add -v flag to unittest cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
matteo4diani committed Nov 18, 2023
1 parent 4fab724 commit af2792c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
python -m poetry install
- name: Test
run: poetry run python3 -m unittest discover
run: poetry run python3 -m unittest discover -v

Release:
needs: Quality
Expand Down

0 comments on commit af2792c

Please sign in to comment.