diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 502f44e42d..8a1bdfda01 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -317,6 +317,9 @@ jobs: - name: Run tests run: node scripts/test.js -all + - name: Check for diffs in tests folder + run: git diff --ignore-cr-at-eol --exit-code tests + - name: Run gentype tests if: runner.os != 'Windows' run: make -C tests/gentype_tests/typescript-react-example clean test