Skip to content

Commit 9e5dec0

Browse files
committed
chre: we do not want to fail fast the tests in order to understand which module is failing
1 parent e68118f commit 9e5dec0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ jobs:
115115
- lint
116116
- smoke-test
117117
strategy:
118+
fail-fast: false
118119
matrix:
119120
module: ${{ fromJSON(needs.detect-modules.outputs.modules) }}
120121
node-version: [ 18.x, 20.x, 22.x ]

0 commit comments

Comments
 (0)