Skip to content

Commit

Permalink
forge
Browse files Browse the repository at this point in the history
  • Loading branch information
bulbozaur committed Oct 28, 2024
1 parent 6694368 commit 33defc7
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,13 +61,10 @@ jobs:
cache: yarn
cache-dependency-path: "**/yarn.lock"

- name: Install dependencies
run: just deps

- name: Build
run: just build --sizes
run: forge build --sizes

- name: Run local integration tests
run: just test
run: forge test
env:
MAINNET_RPC_URL: ${{ secrets.MAINNET_RPC_URL }}

0 comments on commit 33defc7

Please sign in to comment.