Skip to content

Commit 432dc25

Browse files
committed
Would be pretty wild if bun works
1 parent 59bd671 commit 432dc25

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,8 +365,10 @@ jobs:
365365
- name: Run tests
366366
run: node scripts/test.js -all
367367

368+
- uses: oven-sh/setup-bun@v2
369+
368370
- name: test outside of node tests
369-
run: node tests/rewatch_tests/src/foo.mjs
371+
run: bun tests/rewatch_tests/src/foo.mjs
370372

371373
- name: Run new rewatch tests
372374
run: 'node --test "tests/rewatch_tests/tests/**/*.test.mjs"'

0 commit comments

Comments
 (0)