mirror of
https://github.com/cage-kiosk/cage.git
synced 2025-11-27 06:59:54 -05:00
CI: Set `fail-fast' to false
This allows other jobs to continue running even if one job fails
This commit is contained in:
parent
d40dd3bd99
commit
1f3e3043dd
1 changed files with 1 additions and 0 deletions
1
.github/workflows/main.yml
vendored
1
.github/workflows/main.yml
vendored
|
|
@ -9,6 +9,7 @@ jobs:
|
|||
compile:
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
CC: [ gcc, clang ]
|
||||
OS: [ "alpine:edge", "archlinux:base-devel" ]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue