[GitHub Actions] Disable fail-fast
This commit is contained in:
parent
c908d6c9b3
commit
6388ede83a
|
@ -34,6 +34,7 @@ jobs:
|
|||
build:
|
||||
runs-on: windows-latest
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
cpu_arch: [AVX, AVX2, AVX512]
|
||||
steps:
|
||||
|
|
Loading…
Reference in New Issue