diff --git a/.github/workflows/go-test.yml b/.github/workflows/go-test.yml index 314409c..0a65ffa 100644 --- a/.github/workflows/go-test.yml +++ b/.github/workflows/go-test.yml @@ -61,8 +61,8 @@ jobs: # Run the tests make test - # - name: Setup tmate session - # if: ${{ failure() }} - # uses: mxschmitt/action-tmate@v3 - # with: - # limit-access-to-actor: true \ No newline at end of file + - name: Setup tmate session + if: ${{ failure() }} + uses: mxschmitt/action-tmate@v3 + with: + limit-access-to-actor: true \ No newline at end of file