CI: Disable fast failing on Linux

This commit is contained in:
Jérôme Leclercq
2022-06-05 09:43:47 +02:00
committed by GitHub
parent 610ec87cf3
commit c6dd547ee8

View File

@@ -18,6 +18,7 @@ on:
jobs: jobs:
build: build:
strategy: strategy:
fail-fast: false
matrix: matrix:
os: [ubuntu-latest] os: [ubuntu-latest]
arch: [x86_64] arch: [x86_64]