Skip to content

Commit

Permalink
Interactive CI debug
Browse files Browse the repository at this point in the history
  • Loading branch information
reikdas committed Jul 7, 2021
1 parent 6539e7e commit 445a21e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ccpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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`

0 comments on commit 445a21e

Please sign in to comment.