From 27052c21be26796f661ce1f3c063f6c47040fec2 Mon Sep 17 00:00:00 2001 From: Li Jie Date: Wed, 8 Jan 2025 16:51:18 +0800 Subject: [PATCH] ci: test lldb last --- .github/workflows/llgo.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/llgo.yml b/.github/workflows/llgo.yml index 55ea29fa..77851fb3 100644 --- a/.github/workflows/llgo.yml +++ b/.github/workflows/llgo.yml @@ -64,13 +64,6 @@ jobs: cd _xtool llgo build -v ./... - - name: LLDB tests - if: ${{startsWith(matrix.os, 'macos')}} - working-directory: compiler - run: | - echo "Test lldb with llgo plugin on ${{matrix.os}} with LLVM ${{matrix.llvm}}" - bash _lldb/runtest.sh -v - - name: LLGO tests if: ${{!startsWith(matrix.os, 'ubuntu')}} run: | @@ -92,3 +85,10 @@ jobs: - name: Show test result run: cat result.md + + - name: LLDB tests + if: ${{startsWith(matrix.os, 'macos')}} + working-directory: compiler + run: | + echo "Test lldb with llgo plugin on ${{matrix.os}} with LLVM ${{matrix.llvm}}" + bash _lldb/runtest.sh -v