Skip to content

Commit

Permalink
tmate [TMP]
Browse files Browse the repository at this point in the history
  • Loading branch information
ligurio committed Oct 10, 2024
1 parent a651690 commit 9853cec
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/cflite_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@ jobs:
sanitizer: [address, undefined]
steps:
- uses: actions/checkout@v4
- name: Setup tmate session
if: ${{ failure() }}
uses: mxschmitt/action-tmate@v3
timeout-minutes: 120
- uses: ./.github/actions/setup
- name: Build fuzzing tests (${{ matrix.sanitizer }})
id: build
Expand Down

0 comments on commit 9853cec

Please sign in to comment.