Skip to content

Commit

Permalink
Add test for bun.
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinTail committed Sep 8, 2024
1 parent f24e90d commit e740f5e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,17 @@ jobs:
run: yarn test:compat
- name: Issue 952 # see https://github.com/RobinTail/express-zod-api/issues/952
run: yarn test:952

- name: Dicussion 2024
run: yarn test:discussion2024
- name: Install bun
uses: oven-sh/setup-bun@v2
with:
bun-version: 1.1.21
- name: Discussion 2024 using bun
working-directory: tests/discussion-2024
run: bun run docs.ts

finish:
needs: build
runs-on: ubuntu-latest
Expand Down

0 comments on commit e740f5e

Please sign in to comment.