Skip to content

Commit 5e7a3a2

Browse files
committed
no fail fast
1 parent 7427b06 commit 5e7a3a2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ jobs:
8181
name: Build and test
8282
runs-on: ${{ matrix.os }}
8383
strategy:
84+
fail-fast: false
8485
matrix:
8586
os: [ubuntu-latest, macos-latest, windows-latest]
8687
php: ["8.0", "8.1", "8.2", "8.3", "8.4"]
@@ -164,6 +165,7 @@ jobs:
164165
name: Test that requires linking php library
165166
runs-on: ${{ matrix.os }}
166167
strategy:
168+
fail-fast: false
167169
matrix:
168170
os: [ubuntu-latest, macos-latest, windows-latest]
169171
php: ["8.2", "8.3", "8.4"]
@@ -240,6 +242,7 @@ jobs:
240242
name: Test others crates not depen
241243
runs-on: ${{ matrix.os }}
242244
strategy:
245+
fail-fast: false
243246
matrix:
244247
os: [ubuntu-latest, macos-latest, windows-latest]
245248
rust: [stable, nightly]

0 commit comments

Comments
 (0)