Skip to content

Commit

Permalink
chore(ci): run test suite with bun
Browse files Browse the repository at this point in the history
  • Loading branch information
heikir committed Nov 18, 2023
1 parent 1220bb3 commit cf01709
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- name: Test
run: pnpm test
run: bun run test
- name: Build
run: bun run build
release:
Expand Down

0 comments on commit cf01709

Please sign in to comment.