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 09bfec3 commit 576ff56Copy full SHA for 576ff56
.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 }}
@@ -131,6 +132,7 @@ jobs:
131
132
compiletest:
133
name: Compiletest
134
135
136
137
138
@@ -157,6 +159,7 @@ jobs:
157
159
difftest:
158
160
name: Difftest
161
162
163
164
165
0 commit comments