disable llgo test temp

This commit is contained in:
xushiwei
2024-06-14 22:14:18 +08:00
parent 33d73eaecd
commit 8d42acec16

View File

@@ -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