CI: Set `fail-fast' to false

This allows other jobs to continue running even if one job fails
This commit is contained in:
Moon Sungjoon 2023-11-22 14:41:00 +08:00 committed by Simon Ser
parent d40dd3bd99
commit 1f3e3043dd

View file

@ -9,6 +9,7 @@ jobs:
compile: compile:
runs-on: ubuntu-latest runs-on: ubuntu-latest
strategy: strategy:
fail-fast: false
matrix: matrix:
CC: [ gcc, clang ] CC: [ gcc, clang ]
OS: [ "alpine:edge", "archlinux:base-devel" ] OS: [ "alpine:edge", "archlinux:base-devel" ]