ci: continue on error

This commit is contained in:
Li Jie
2025-02-13 18:26:38 +08:00
parent ae92904e7d
commit 66909b3000
2 changed files with 3 additions and 0 deletions

View File

@@ -11,6 +11,7 @@ on:
jobs: jobs:
test: test:
continue-on-error: true
strategy: strategy:
matrix: matrix:
os: os:

View File

@@ -11,6 +11,7 @@ on:
jobs: jobs:
llgo-test: llgo-test:
continue-on-error: true
strategy: strategy:
matrix: matrix:
os: os:
@@ -94,6 +95,7 @@ jobs:
bash _lldb/runtest.sh -v bash _lldb/runtest.sh -v
helloworld-test: helloworld-test:
continue-on-error: true
strategy: strategy:
matrix: matrix:
os: [ubuntu-24.04, macos-latest] os: [ubuntu-24.04, macos-latest]