Skip to content

Commit

Permalink
Run tests in -vvv mode
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasMarwitzQC committed Mar 8, 2024
1 parent 58454f6 commit 1a2a7ab
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 @@ -69,7 +69,7 @@ jobs:
docker-compose up -d
while ! docker exec mysql mysqladmin status -h 127.0.0.1 -u minimalkv_test --password=minimalkv_test; \
do sleep 3; done
pytest -n auto --dist loadfile -rs --cov=minimalkv --cov-report=xml
pytest -n auto --dist loadfile -rs --cov=minimalkv --cov-report=xml -vvv
- name: Build the package
shell: bash -x -l {0}
run: |
Expand Down

0 comments on commit 1a2a7ab

Please sign in to comment.