Enable tmate for debugging

This commit is contained in:
David Dworken 2023-09-02 18:06:46 -07:00
parent f0bd50dac6
commit 46b2d5a26a
No known key found for this signature in database

View File

@ -61,8 +61,8 @@ jobs:
# Run the tests # Run the tests
make test make test
# - name: Setup tmate session - name: Setup tmate session
# if: ${{ failure() }} if: ${{ failure() }}
# uses: mxschmitt/action-tmate@v3 uses: mxschmitt/action-tmate@v3
# with: with:
# limit-access-to-actor: true limit-access-to-actor: true