Skip to content

Commit 01f5756

Browse files
authored
chore(ci): config testing fail-fast to false (#10869)
chore: config testing `fail-fast` to false
1 parent 9e0479f commit 01f5756

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/reusable-build-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
runs-on: ${{ fromJSON(inputs.runner) }}
6767
timeout-minutes: 60
6868
strategy:
69-
fail-fast: true # for better utilize ci runners
69+
fail-fast: false # wait for all test to finish for determining if it's node version based problem or general problem
7070
matrix:
7171
node: ${{ fromJSON(
7272
inputs.target == 'wasm32-wasip1-threads'

0 commit comments

Comments
 (0)