Skip to content

Commit

Permalink
no need for bun tests anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr Martian committed Oct 3, 2024
1 parent de335d2 commit 7efa006
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,6 @@ jobs:
- name: Checkout code
uses: actions/checkout@v3

- name: Set up Bun
uses: oven-sh/setup-bun@v1
with:
bun-version: 1.1.29

- name: Install dependencies
run: bun install

- name: Run JavaScript/TypeScript tests
run: bun run test

- name: Set up Rust
uses: actions-rs/toolchain@v1
with:
Expand Down

0 comments on commit 7efa006

Please sign in to comment.