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:
build:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest]
arch: [x86_64]