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.
1 parent feddf94 commit 0786a91Copy full SHA for 0786a91
.github/workflows/typecheck.yml
@@ -6,7 +6,7 @@ on:
6
jobs:
7
typecheck:
8
strategy:
9
- fail-fast: true
+ fail-fast: false
10
matrix:
11
runs-on:
12
- buildjet-2vcpu-ubuntu-2204
.github/workflows/unit-tests.yml
@@ -7,7 +7,7 @@ jobs:
unitTests:
name: "🧪 Unit Tests - ${{ matrix.runs-on }}"
13
0 commit comments