diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7320a4b..7fec2d8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: |