Allow other jobs to continue after failure

master
Caspian Baska 2021-10-20 15:49:10 +11:00
parent 3c8f628713
commit 5790d171ca
No known key found for this signature in database
GPG Key ID: 61496441785F1433
1 changed files with 1 additions and 1 deletions

View File

@ -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"