We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
fail-fast
1 parent 9e0479f commit 01f5756Copy full SHA for 01f5756
.github/workflows/reusable-build-test.yml
@@ -66,7 +66,7 @@ jobs:
66
runs-on: ${{ fromJSON(inputs.runner) }}
67
timeout-minutes: 60
68
strategy:
69
- fail-fast: true # for better utilize ci runners
+ fail-fast: false # wait for all test to finish for determining if it's node version based problem or general problem
70
matrix:
71
node: ${{ fromJSON(
72
inputs.target == 'wasm32-wasip1-threads'
0 commit comments