Skip to content

Commit 2cc99b8

Browse files
update ci.yml
1 parent e4f7463 commit 2cc99b8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ permissions:
1313

1414
jobs:
1515
test-bun:
16+
name: Test with Bun ${{ matrix.bun-version }}
1617
runs-on: ubuntu-latest
1718
timeout-minutes: 10
1819

@@ -38,6 +39,9 @@ jobs:
3839
- name: Check format
3940
run: bun run format:check
4041

42+
- name: Compile project
43+
run: bun compile
44+
4145
- name: Run tests
4246
run: bun test
4347

0 commit comments

Comments
 (0)