ci: continue on error
This commit is contained in:
2
.github/workflows/llgo.yml
vendored
2
.github/workflows/llgo.yml
vendored
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user