Skip to content

Commit 426cd9f

Browse files
committed
🔧 chore: add build step to CI workflow and rename test step for clarity
1 parent f19b75b commit 426cd9f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

‎.github/workflows/test.yml‎

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ jobs:
2020

2121
- name: Install packages
2222
run: bun install
23+
24+
- name: Build code
25+
run: bun run build
2326

2427
- name: Test
2528
run: bun run test
@@ -59,6 +62,6 @@ jobs:
5962
- name: Install packages
6063
run: bun install
6164

62-
- name: Test
65+
- name: Test typesafety
6366
run: bun run typecheck
6467

0 commit comments

Comments
 (0)