Skip to content

Commit 43a6275

Browse files
committed
also run non-integration tests
1 parent 90aeb9c commit 43a6275

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff 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:

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ test-gentype:
4949
test-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

5555
test-all: test test-gentype test-analysis test-tools test-rewatch

0 commit comments

Comments
 (0)