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 0f84ac1 commit 3a1fad3Copy full SHA for 3a1fad3
.github/workflows/ci.yml
@@ -319,9 +319,10 @@ jobs:
319
if: runner.os != 'Windows' && matrix.os != 'ubuntu-24.04-arm'
320
run: opam exec -- make -C tests/analysis_tests test && make -C tests/tools_tests test
321
322
- - name: Run gentype tests
323
- if: runner.os != 'Windows'
324
- run: make -C tests/gentype_tests/typescript-react-example clean test
+ # Deactivated for now
+ # - name: Run gentype tests
+ # if: runner.os != 'Windows'
325
+ # run: make -C tests/gentype_tests/typescript-react-example clean test
326
327
- name: Run syntax benchmarks
328
if: matrix.benchmarks
0 commit comments