We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e401c4 commit 2d5a638Copy full SHA for 2d5a638
.github/workflows/ci.yml
@@ -324,7 +324,7 @@ jobs:
324
run: git diff --ignore-cr-at-eol --exit-code tests
325
326
- name: Run analysis / tools tests
327
- if: runner.os != 'Windows' && matrix.os != 'ubuntu-24.04-arm'
+ if: runner.os != 'Windows' && runner.os != 'Linux'
328
run: opam exec -- make -C tests/analysis_tests test && make -C tests/tools_tests test
329
330
- name: Run gentype tests
0 commit comments