ci: run lldb test

This commit is contained in:
Li Jie
2024-09-22 09:14:59 +08:00
parent 62beb73aa2
commit c0630b782a

View File

@@ -98,6 +98,11 @@ jobs:
echo "Test result on ${{matrix.os}} with LLVM ${{matrix.llvm}}" > result.md
bash .github/workflows/test_llgo.sh
- name: LLDB tests
run: |
echo "Test lldb with llgo plugin on ${{matrix.os}} with LLVM ${{matrix.llvm}}"
bash _lldb/runtest.sh
- name: Test demos
continue-on-error: true
run: bash .github/workflows/test_demo.sh