Skip to content

Commit d8f1c68

Browse files
committed
Do not run analysis tests on Windows
1 parent 77dc0ca commit d8f1c68

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -321,6 +321,7 @@ jobs:
321321
run: git diff --ignore-cr-at-eol --exit-code tests
322322

323323
- name: Run analysis/tools tests
324+
if: runner.os != 'Windows'
324325
run: make -C analysis test && make -C tools/tests test
325326

326327
- name: Run gentype tests

0 commit comments

Comments
 (0)