We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a495868 commit 7cf0107Copy full SHA for 7cf0107
.github/workflows/build.yml
@@ -26,11 +26,8 @@ jobs:
26
- name: Install dependencies
27
run: bun install
28
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
+ - name: Run tests
+ run: bun test
34
35
- name: Build
36
run: bun run ${{ matrix.pkg }}
0 commit comments