Allow other jobs to continue after failure
parent
3c8f628713
commit
5790d171ca
|
@ -12,6 +12,7 @@ jobs:
|
|||
name: "crystal: ${{ matrix.crystal }}, stable: ${{ matrix.stable }}"
|
||||
continue-on-error: ${{ !matrix.stable }}
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
stable: [true]
|
||||
crystal:
|
||||
|
@ -54,4 +55,3 @@ jobs:
|
|||
- name: Failed
|
||||
if: ${{ failure() }}
|
||||
run: "[ -f libsodium_install.out ] && cat libsodium_install.out"
|
||||
|
||||
|
|
Loading…
Reference in New Issue