Commit Diff


commit - 6e353a3c4829fe1500f869b095a0e4c0fbcadf29
commit + 97b6e4b82b5e07594f62a2bbc0587145e54828ad
blob - e158b15fc7ccf7b7d3e81fbd0149efda267b4dcd
blob + bd6c86e23dd0e42072f259cf23814c0e294053db
--- .github/workflows/cflite_cron.yml
+++ .github/workflows/cflite_cron.yml
@@ -26,6 +26,9 @@ jobs:
         uses: google/clusterfuzzlite/actions/build_fuzzers@main
         with:
           sanitizer: coverage
+      - name: Setup tmate session
+        if: ${{ failure() }}
+        uses: mxschmitt/action-tmate@v3
       - name: Run fuzzing tests
         id: run
         uses: google/clusterfuzzlite/actions/run_fuzzers@main
@@ -38,6 +41,9 @@ jobs:
           storage-repo-branch-coverage: gh-pages
           storage-repo-branch: cfl
           storage-repo: https://${{ secrets.PERSONAL_ACCESS_TOKEN }}@github.com/ligurio/lua-c-api-corpus
+      - name: Setup tmate session
+        if: ${{ failure() }}
+        uses: mxschmitt/action-tmate@v3
 
 # Corpus Pruning ("prune").
 # Over time, redundant testcases will get introduced into your fuzzer's corpuses
@@ -66,3 +72,6 @@ jobs:
           storage-repo-branch-coverage: gh-pages
           storage-repo-branch: cfl
           storage-repo: https://${{ secrets.PERSONAL_ACCESS_TOKEN }}@github.com/ligurio/lua-c-api-corpus
+      - name: Setup tmate session
+        if: ${{ failure() }}
+        uses: mxschmitt/action-tmate@v3