Added fail first flag

This commit is contained in:
Taku Kudo 2023-05-14 10:36:13 +00:00
parent f2fcd859b3
commit fad8ae6def

View File

@ -12,6 +12,7 @@ jobs:
build:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
arch: [ i686, aarch64, riscv64, powerpc, powerpc64, powerpc64le, s390x, sparc64, m68k, alpha ]