Skip to content

Commit

Permalink
disable bun test suite (#3264)
Browse files Browse the repository at this point in the history
  • Loading branch information
fubhy authored Jul 16, 2024
1 parent 07c541d commit b6f09d6
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 b6f09d6

Please sign in to comment.