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 f2e0884 commit 730789dCopy full SHA for 730789d
.github/workflows/ci.yml
@@ -319,10 +319,9 @@ 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
- # Deactivated for now
323
- # - name: Run gentype tests
324
- # if: runner.os != 'Windows'
325
- # run: make -C tests/gentype_tests/typescript-react-example clean test
+ - name: Run gentype tests
+ if: runner.os != 'Windows'
+ run: make -C tests/gentype_tests/typescript-react-example clean test
326
327
- name: Run syntax benchmarks
328
if: matrix.benchmarks
0 commit comments