We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d039787 commit 70e78ceCopy full SHA for 70e78ce
.github/workflows/asan_build_and_test.yml
@@ -106,6 +106,8 @@ jobs:
106
export LSAN_OPTIONS=suppressions=omp.supp
107
chmod +x ./build/tests/${{ matrix.test_type }}
108
./scripts/testing/test_parallel_by_name.sh ${{ matrix.test_type }}
109
+ - name: Debug with SSH
110
+ uses: mxschmitt/action-tmate@v3
111
- name: Upload Log
112
uses: actions/upload-artifact@v5
113
with:
0 commit comments