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