Skip to content

Commit 0786a91

Browse files
committed
dont fail fast
1 parent feddf94 commit 0786a91

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/typecheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
jobs:
77
typecheck:
88
strategy:
9-
fail-fast: true
9+
fail-fast: false
1010
matrix:
1111
runs-on:
1212
- buildjet-2vcpu-ubuntu-2204

.github/workflows/unit-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
unitTests:
88
name: "🧪 Unit Tests - ${{ matrix.runs-on }}"
99
strategy:
10-
fail-fast: true
10+
fail-fast: false
1111
matrix:
1212
runs-on:
1313
- buildjet-2vcpu-ubuntu-2204

0 commit comments

Comments
 (0)