From c0630b782a9fb79346112f3aa16b76380297c90a Mon Sep 17 00:00:00 2001 From: Li Jie Date: Sun, 22 Sep 2024 09:14:59 +0800 Subject: [PATCH] ci: run lldb test --- .github/workflows/go.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 1de5cc8e..8693df1c 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -97,6 +97,11 @@ jobs: run: | 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