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 2af427f commit b6cb25bCopy full SHA for b6cb25b
.github/workflows/ci.yaml
@@ -16,6 +16,7 @@ jobs:
16
test:
17
name: Test
18
strategy:
19
+ fail-fast: false
20
matrix:
21
os: [ ubuntu-24.04, windows-2022, macOS-latest ]
22
runs-on: ${{ matrix.os }}
@@ -133,6 +134,7 @@ jobs:
133
134
compiletest:
135
name: Compiletest
136
137
138
139
140
@@ -159,6 +161,7 @@ jobs:
159
161
difftest:
160
162
name: Difftest
163
164
165
166
167
0 commit comments