Skip to content

Commit e28d292

Browse files
committed
run check for diff after tests
1 parent 129b346 commit e28d292

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -320,9 +320,6 @@ jobs:
320320
- name: Run tests
321321
run: node scripts/test.js -all
322322

323-
- name: Check for diffs in tests folder
324-
run: git diff --ignore-cr-at-eol --exit-code tests
325-
326323
- name: Run analysis / tools tests
327324
if: runner.os != 'Windows' && matrix.os != 'ubuntu-24.04-arm'
328325
run: opam exec -- make -C tests/analysis_tests test && make -C tests/tools_tests test
@@ -331,6 +328,9 @@ jobs:
331328
if: runner.os != 'Windows'
332329
run: make -C tests/gentype_tests/typescript-react-example clean test
333330

331+
- name: Check for diffs in tests folder
332+
run: git diff --ignore-cr-at-eol --exit-code tests
333+
334334
- name: Run syntax benchmarks
335335
if: matrix.benchmarks
336336
run: ./_build/install/default/bin/syntax_benchmarks | tee tests/benchmark-output.json

0 commit comments

Comments
 (0)