Skip to content

Commit

Permalink
add forge build
Browse files Browse the repository at this point in the history
  • Loading branch information
tailingchen committed Aug 9, 2024
1 parent 592cf9d commit 9269bba
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,11 @@ jobs:
with:
version: nightly

- name: Run Forge build
run: |
forge --version
forge build --sizes
- name: Build Uniswap in foundry for testing
run: npm run foundry-build-uniswap

Expand Down

0 comments on commit 9269bba

Please sign in to comment.