Skip to content

Enable tmate debugging #119

Enable tmate debugging

Enable tmate debugging #119

Workflow file for this run

name: End-to-end test
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Install LLVM and Clang
uses: KyleMayes/install-llvm-action@v1
with:
version: "16.0"
- name: Install dependencies
run: sudo apt-get install -y valgrind inotify-tools
- name: Run test
run: ./run test_e2e
- name: Debug with tmate on failure
if: ${{ failure() }}
uses: mxschmitt/action-tmate@v3