Skip to content

Commit

Permalink
meta: use bun for test
Browse files Browse the repository at this point in the history
  • Loading branch information
chrispuska committed Dec 28, 2024
1 parent 02d3ba3 commit 2f7b9c4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- uses: oven-sh/setup-bun@v1
- run: npm i
- run: npm test
- run: bun i
- run: bun test

0 comments on commit 2f7b9c4

Please sign in to comment.