diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 7f8ad77c..5f37ef68 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -63,7 +63,8 @@ jobs: run: go install ./... - name: LLGO tests - if: matrix.os != 'ubuntu-latest' + if: false + #if matrix.os != 'ubuntu-latest' run: | echo "Test result on ${{ matrix.os }} with LLVM ${{ matrix.llvm }}" > result.md LLGOROOT=$PWD bash .github/workflows/test_llgo.sh