From 445a21eae9dbef4e530e4771c9430519962c5816 Mon Sep 17 00:00:00 2001 From: Pratyush Das Date: Wed, 7 Jul 2021 18:00:08 +0530 Subject: [PATCH] Interactive CI debug --- .github/workflows/ccpp.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ccpp.yml b/.github/workflows/ccpp.yml index f2107d3acaef..5154ad43afc9 100644 --- a/.github/workflows/ccpp.yml +++ b/.github/workflows/ccpp.yml @@ -46,5 +46,8 @@ jobs: run: cd enzyme/build && make -j`nproc` LLVMEnzyme-${{ matrix.llvm }} - name: make check-enzyme-integration run: cd enzyme/build && make check-enzyme-integration -j`nproc` + - name: Setup tmate session + uses: mxschmitt/action-tmate@v3 + timeout-minutes: 50 - name: make check-bcpass run: cd enzyme/build && make && make check-bcpass -j`nproc`