Skip to content

Commit

Permalink
F
Browse files Browse the repository at this point in the history
  • Loading branch information
HrikB committed Feb 5, 2024
1 parent 73a0dc9 commit d8c82a2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,10 @@ jobs:
tree -I lib
id: build

- name: Install Bun
run: |
curl -fsSL https://bun.sh/install | bash
- name: Run Forge tests
env:
MAINNET_RPC_URL: ${{ secrets.MAINNET_RPC_URL }}
Expand Down

0 comments on commit d8c82a2

Please sign in to comment.