Skip to content

Commit

Permalink
Remove the checkout submodules step
Browse files Browse the repository at this point in the history
It didn't improve speed significantly. We rely on forge to pull the required submodules during the pytest run.
  • Loading branch information
0xkarmacoma committed Jul 24, 2024
1 parent 184b32c commit 512886c
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,6 @@ jobs:
with:
submodules: false

- name: Checkout submodules
run: |
git config --global submodule.recurse true
git submodule update --init --recursive --depth 1 --jobs 4
- name: Install foundry
uses: foundry-rs/foundry-toolchain@v1

Expand Down

0 comments on commit 512886c

Please sign in to comment.