Skip to content

Commit

Permalink
disable bun test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
fubhy committed Jul 16, 2024
1 parent 07c541d commit 60f867b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@ jobs:
fail-fast: false
matrix:
shard: [1/3, 2/3, 3/3]
runtime: [Node, Bun]
# runtime: [Node, Bun] # TODO: Re-enable bun test suite after https://github.com/oven-sh/bun/issues/4145 is resolved
runtime: [Node]
steps:
- uses: actions/checkout@v4
- name: Install dependencies
Expand Down

0 comments on commit 60f867b

Please sign in to comment.