Skip to content

Commit 2d5a638

Browse files
committed
Do not run analysis tests on Linux
1 parent 6e401c4 commit 2d5a638

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ jobs:
324324
run: git diff --ignore-cr-at-eol --exit-code tests
325325

326326
- name: Run analysis / tools tests
327-
if: runner.os != 'Windows' && matrix.os != 'ubuntu-24.04-arm'
327+
if: runner.os != 'Windows' && runner.os != 'Linux'
328328
run: opam exec -- make -C tests/analysis_tests test && make -C tests/tools_tests test
329329

330330
- name: Run gentype tests

0 commit comments

Comments
 (0)