diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 517d75c..4960301 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -126,7 +126,7 @@ jobs: - name: Test id: test run: | - pytest -v -s ${{ matrix.test-path }} + GRPC_VERBOSITY=debug pytest -v -s ${{ matrix.test-path }} timeout-minutes: 30 # just for blocking the merge until all parallel integration-tests are successful