From 613f17df588eb6b2fa619375000cd588b3ed67b1 Mon Sep 17 00:00:00 2001 From: Egor Vasilyev Date: Fri, 31 May 2024 16:22:06 +0300 Subject: [PATCH] uncomment debug --- .github/workflows/tests.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 8886828..da8398e 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -58,10 +58,10 @@ jobs: run: | make init -# - name: Setup tmate session -# uses: mxschmitt/action-tmate@v3 -# with: -# limit-access-to-actor: false + - name: Setup tmate session + uses: mxschmitt/action-tmate@v3 + with: + limit-access-to-actor: false - name: Run tests run: |