Skip to content

Commit 730789d

Browse files
committed
Revert "Deactivate Gentype tests for now"
This reverts commit 3a1fad3.
1 parent f2e0884 commit 730789d

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -319,10 +319,9 @@ 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-
# 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
322+
- name: Run gentype tests
323+
if: runner.os != 'Windows'
324+
run: make -C tests/gentype_tests/typescript-react-example clean test
326325

327326
- name: Run syntax benchmarks
328327
if: matrix.benchmarks

0 commit comments

Comments
 (0)