Skip to content

Commit 26341cb

Browse files
authored
Update test.yml
1 parent c4dbcc2 commit 26341cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- run: bun run lint
1414
- run: bunx tsc --noEmit
1515
- run: bun run compile
16-
- run: npm test -- --coverage
16+
- run: bun run test -- --coverage
1717
- uses: codecov/codecov-action@v4
1818
with:
1919
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)