diff --git a/.github/workflows/go-test.yml b/.github/workflows/go-test.yml index 73a2c9c..fae01d7 100644 --- a/.github/workflows/go-test.yml +++ b/.github/workflows/go-test.yml @@ -33,8 +33,8 @@ jobs: sudo hostname ghaction-runner-hostname || true # Set a consistent hostname so we can run tests that depend on it sudo scutil --set HostName ghaction-runner-hostname || true 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