disable LLGO tests on ubuntu

This commit is contained in:
xushiwei
2024-06-12 22:56:36 +08:00
parent 845767b1d7
commit 2c4f6063a6

View File

@@ -14,7 +14,7 @@ jobs:
test:
strategy:
matrix:
os: [macos-latest, macos-12, macos-13, ubuntu-latest]
os: [macos-latest, ubuntu-latest]
llvm: [17]
runs-on: ${{ matrix.os }}
steps:
@@ -63,6 +63,7 @@ jobs:
run: go install ./...
- name: LLGO tests
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