Skip to content

Commit

Permalink
disable LLGO tests on ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
xushiwei committed Jun 12, 2024
1 parent 845767b commit 2c4f606
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 2c4f606

Please sign in to comment.