commit - 6e353a3c4829fe1500f869b095a0e4c0fbcadf29
commit + 97b6e4b82b5e07594f62a2bbc0587145e54828ad
blob - e158b15fc7ccf7b7d3e81fbd0149efda267b4dcd
blob + bd6c86e23dd0e42072f259cf23814c0e294053db
--- .github/workflows/cflite_cron.yml
+++ .github/workflows/cflite_cron.yml
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
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
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