File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments