File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -182,37 +182,31 @@ jobs:
182
182
run : uvx nox -s test -- --profile ci
183
183
184
184
- name : Install clang v19
185
- if : runner.os == 'Linux'
186
185
uses : ./.github/install-clang-action
187
186
with :
188
187
version : ' 19'
189
188
190
189
- name : Collect Coverage for clang v19
191
- if : runner.os == 'Linux'
192
190
env :
193
191
CLANG_VERSION : ' 19'
194
192
run : uvx nox -s test -- --profile ci
195
193
196
194
- name : Install clang v20
197
- if : runner.os == 'Linux'
198
195
uses : ./.github/install-clang-action
199
196
with :
200
197
version : ' 20'
201
198
202
199
- name : Collect Coverage for clang v20
203
- if : runner.os == 'Linux'
204
200
env :
205
201
CLANG_VERSION : ' 20'
206
202
run : uvx nox -s test -- --profile ci
207
203
208
204
- name : Install clang v21
209
- if : runner.os == 'Linux'
210
205
uses : ./.github/install-clang-action
211
206
with :
212
207
version : ' 21'
213
208
214
209
- name : Collect Coverage for clang v21
215
- if : runner.os == 'Linux'
216
210
env :
217
211
CLANG_VERSION : ' 21'
218
212
run : uvx nox -s test -- --profile all
You can’t perform that action at this time.
0 commit comments