Skip to content

Commit 6eee85a

Browse files
committed
run all CI tests on windows runner
1 parent c4ac0f7 commit 6eee85a

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/run-dev-tests.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -182,37 +182,31 @@ jobs:
182182
run: uvx nox -s test -- --profile ci
183183

184184
- name: Install clang v19
185-
if: runner.os == 'Linux'
186185
uses: ./.github/install-clang-action
187186
with:
188187
version: '19'
189188

190189
- name: Collect Coverage for clang v19
191-
if: runner.os == 'Linux'
192190
env:
193191
CLANG_VERSION: '19'
194192
run: uvx nox -s test -- --profile ci
195193

196194
- name: Install clang v20
197-
if: runner.os == 'Linux'
198195
uses: ./.github/install-clang-action
199196
with:
200197
version: '20'
201198

202199
- name: Collect Coverage for clang v20
203-
if: runner.os == 'Linux'
204200
env:
205201
CLANG_VERSION: '20'
206202
run: uvx nox -s test -- --profile ci
207203

208204
- name: Install clang v21
209-
if: runner.os == 'Linux'
210205
uses: ./.github/install-clang-action
211206
with:
212207
version: '21'
213208

214209
- name: Collect Coverage for clang v21
215-
if: runner.os == 'Linux'
216210
env:
217211
CLANG_VERSION: '21'
218212
run: uvx nox -s test -- --profile all

0 commit comments

Comments
 (0)