Skip to content

Commit 9e187d9

Browse files
committed
Add Bun tests to CI
1 parent 7798436 commit 9e187d9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yml

+5
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,13 @@ jobs:
4848
- uses: pnpm/action-setup@v2
4949
with:
5050
version: latest
51+
- uses: oven-sh/setup-bun@v1
52+
with:
53+
bun-version: latest
5154
- run: pnpm i
5255
- run: pnpm test
56+
# ! Important: `bun test` != `bun run test`. We want the latter.
57+
- run: bun run test
5358
test-macos:
5459
runs-on: macos-latest
5560
steps:

0 commit comments

Comments
 (0)