From b6053ab4f5e4be134a2a451ad51339fbeaf3b5ea Mon Sep 17 00:00:00 2001 From: Christoph Knittel Date: Wed, 2 Oct 2024 19:53:51 +0200 Subject: [PATCH] Run more tests on Windows --- .github/workflows/ci.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5600289ad3..ea47cf2c92 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -329,13 +329,12 @@ 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 + run: node scripts/ciTest.js -mocha -node -bsb -format + + - name: Run gentype tests + run: make -C jscomp/gentype_tests/typescript-react-example clean test - name: Build playground compiler if: matrix.build_playground