ci: show lldb tests details

This commit is contained in:
Li Jie
2024-09-30 15:29:12 +08:00
parent 6cbd1c5fb1
commit 387c44031a

View File

@@ -101,7 +101,7 @@ jobs:
- name: LLDB tests
run: |
echo "Test lldb with llgo plugin on ${{matrix.os}} with LLVM ${{matrix.llvm}}"
bash _lldb/runtest.sh
bash _lldb/runtest.sh -v
- name: Test demos
continue-on-error: true