diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 8693df1c..4191295c 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -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