Skip to content

Commit

Permalink
chore: Update submodules (#17)
Browse files Browse the repository at this point in the history
* chore: update submodules

* fix: update gh action
  • Loading branch information
lucas-manuel authored Apr 8, 2022
1 parent 10f3155 commit 2d228f2
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 7 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ jobs:
run: |
git config --global url."https://github.com/".insteadOf "[email protected]:"
forge update
- name: Run forge tests
env:
ETH_RPC_URL: ${{ secrets.ETH_RPC_URL }}
run: ./test.sh -r 10000
3 changes: 1 addition & 2 deletions .github/workflows/push-to-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ jobs:
run: |
git config --global url."https://github.com/".insteadOf "[email protected]:"
forge update
- name: Run forge tests
env:
ETH_RPC_URL: ${{ secrets.ETH_RPC_URL }}
run: ./test.sh -r 1000000
2 changes: 1 addition & 1 deletion modules/contract-test-utils
2 changes: 1 addition & 1 deletion modules/erc20
2 changes: 1 addition & 1 deletion modules/erc20-helper

0 comments on commit 2d228f2

Please sign in to comment.