diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 2ace7ffe98..d5740784fe 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -74,6 +74,8 @@ jobs: with: files: ./coverage/codecov.json + - name: Debugging with tmate + uses: mxschmitt/action-tmate@v3.17 - name: Run doctests if: always() run: nix-shell --run postgrest-test-doctests