Skip to content

Commit

Permalink
only include forge-std in gitmodules
Browse files Browse the repository at this point in the history
  • Loading branch information
nadim-az committed Dec 16, 2024
1 parent ad21be6 commit 1264d5e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Checkout sources
uses: actions/checkout@v4
with:
submodules: false
submodules: true

- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
Expand Down
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "solidity/lib/forge-std"]
path = solidity/lib/forge-std
url = https://github.com/foundry-rs/forge-std

0 comments on commit 1264d5e

Please sign in to comment.