File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -354,6 +354,9 @@ jobs:
354354 if : runner.os != 'Windows'
355355 run : make -C tests/gentype_tests/typescript-react-example clean test
356356
357+ - name : Run rewatch tests
358+ run : make test-rewatch
359+
357360 - name : Run syntax benchmarks
358361 if : matrix.benchmarks
359362 run : ./_build/install/default/bin/syntax_benchmarks | tee tests/benchmark-output.json
@@ -515,7 +518,7 @@ jobs:
515518
516519 - name : Run rewatch integration tests
517520 # Currently failing on Windows and intermittently on macOS
518- run : make test-rewatch-ci
521+ run : make test-rewatch-integration
519522
520523 publish :
521524 needs :
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ test-gentype:
4949test-rewatch :
5050 bash ./rewatch/tests/suite-ci.sh
5151
52- test-rewatch-ci :
52+ test-rewatch-integration :
5353 bash ./rewatch/tests/suite-ci.sh node_modules/.bin/rewatch
5454
5555test-all : test test-gentype test-analysis test-tools test-rewatch
You can’t perform that action at this time.
0 commit comments