Skip to content

Commit

Permalink
Add Bun to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
boyuanx committed Jan 1, 2025
1 parent b1ff974 commit f48b058
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ jobs:
with:
submodules: recursive

- name: Install Bun
uses: oven-sh/setup-bun@v2
run: bun i

- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1

Expand Down

0 comments on commit f48b058

Please sign in to comment.