From 46b2d5a26aca6504e61ecded8f5dd93970833fcc Mon Sep 17 00:00:00 2001 From: David Dworken Date: Sat, 2 Sep 2023 18:06:46 -0700 Subject: [PATCH] Enable tmate for debugging --- .github/workflows/go-test.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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