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 4e4f9a7 commit 1fe53c8Copy full SHA for 1fe53c8
.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
@@ -156,6 +158,7 @@ jobs:
156
158
difftest:
157
159
name: Difftest
160
161
162
163
164
0 commit comments