From c0a9710515639213f70a49b5ebcab9ad05d8b600 Mon Sep 17 00:00:00 2001 From: Christoph Knittel Date: Wed, 1 Nov 2023 19:18:33 +0100 Subject: [PATCH] Run gentype tests in CI --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bc602dc5a1..2cd05836fd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -210,6 +210,10 @@ jobs: if: runner.os != 'Windows' run: node scripts/ciTest.js -all + - name: Run gentype tests + if: runner.os != 'Windows' + run: make -C jscomp/gentype_tests/typescript-react-example clean test + - name: Run tests (Windows) if: runner.os == 'Windows' run: node scripts/ciTest.js -mocha -theme -format