Skip to content

Commit

Permalink
test: use bun
Browse files Browse the repository at this point in the history
  • Loading branch information
afc163 committed Jun 21, 2024
1 parent 932e438 commit 701005f
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,13 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: 20

- uses: oven-sh/setup-bun@v1
with:
bun-version: latest

- name: Install dependencies
run: npm ci
run: bun install

- name: Run tests
run: npm test
run: bun test

0 comments on commit 701005f

Please sign in to comment.