Skip to content

Commit 3a1fad3

Browse files
cknittzth
authored andcommitted
Deactivate Gentype tests for now
1 parent 0f84ac1 commit 3a1fad3

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -319,9 +319,10 @@ jobs:
319319
if: runner.os != 'Windows' && matrix.os != 'ubuntu-24.04-arm'
320320
run: opam exec -- make -C tests/analysis_tests test && make -C tests/tools_tests test
321321

322-
- name: Run gentype tests
323-
if: runner.os != 'Windows'
324-
run: make -C tests/gentype_tests/typescript-react-example clean test
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
325326

326327
- name: Run syntax benchmarks
327328
if: matrix.benchmarks

0 commit comments

Comments
 (0)