feat: do not stop CI if an example fails
As other examples may or not also fail, best to have full result to investigate and fix all examples at once.
This commit is contained in:
parent
6786aee866
commit
95b9d2ff74
|
@ -9,6 +9,7 @@ on:
|
|||
jobs:
|
||||
examples_build_and_test:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
example:
|
||||
[
|
||||
|
|
Loading…
Reference in New Issue