We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4316723 commit 1061385Copy full SHA for 1061385
.github/workflows/ci.yml
@@ -321,7 +321,7 @@ jobs:
321
run: git diff --ignore-cr-at-eol --exit-code tests
322
323
- name: Run analysis/tools tests
324
- if: runner.os != 'Windows'
+ if: runner.os != 'Windows' && matrix.os != 'buildjet-2vcpu-ubuntu-2204-arm'
325
run: opam exec -- make -C analysis test && make -C tools/tests test
326
327
- name: Run gentype tests
0 commit comments