Skip to content

Commit 7cf0107

Browse files
committed
ci: run all tests together from bun
1 parent a495868 commit 7cf0107

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,8 @@ jobs:
2626
- name: Install dependencies
2727
run: bun install
2828

29-
- name: Run unit tests
30-
run: bun run test:unit
31-
32-
- name: Run integration tests
33-
run: bun test tests/integration/**/*.test.ts
29+
- name: Run tests
30+
run: bun test
3431

3532
- name: Build
3633
run: bun run ${{ matrix.pkg }}

0 commit comments

Comments
 (0)