Skip to content

Commit

Permalink
ci: add 'bun test' to ci (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xbe1 authored Nov 2, 2023
1 parent b264a6b commit e7c61e7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ jobs:
- run: bun install
- run: bun run typecheck
- run: bun run build
- run: bun test

0 comments on commit e7c61e7

Please sign in to comment.