Skip to content

Commit 9317a00

Browse files
committed
Don't run analysis tests on Linux ARM
1 parent 4316723 commit 9317a00

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
@@ -321,7 +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'
324+
if: runner.os != 'Windows' && runner.os != 'buildjet-2vcpu-ubuntu-2204-arm'
325325
run: opam exec -- make -C analysis test && make -C tools/tests test
326326

327327
- name: Run gentype tests

0 commit comments

Comments
 (0)