Skip to content

Commit

Permalink
disable bun tests pt. 2.
Browse files Browse the repository at this point in the history
  • Loading branch information
igalklebanov authored Feb 13, 2024
1 parent 52d9a51 commit edab4b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ jobs:
- name: Run deno tests
run: npm run test:deno

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

- name: Run esbuild test
run: npm run test:esbuild
Expand Down

0 comments on commit edab4b1

Please sign in to comment.