Skip to content

Commit 8bbdc56

Browse files
committed
ci: disable fail-fast for integration test matrix
Allow all matrix jobs to complete so we can see which contract versions pass independently.
1 parent 0b57ab9 commit 8bbdc56

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/build-test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,7 @@ jobs:
161161
name: Test (Integration) - ${{ matrix.config.name }}
162162
runs-on: ubuntu-latest
163163
strategy:
164+
fail-fast: false
164165
matrix:
165166
config:
166167
- name: Nitro contracts v3.2 - Custom gas token with 18 decimals

0 commit comments

Comments
 (0)