Skip to content

Commit

Permalink
Add RPC url
Browse files Browse the repository at this point in the history
  • Loading branch information
kinrezC authored Feb 20, 2024
1 parent f905338 commit a7273ca
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/solidity.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:

- name: run tests
run: forge test --via-ir -vvv
env:
MAINNET_RPC_URL: ${{ secrets.MAINNET_RPC_URL }}

- name: run snapshot
run: forge snapshot

0 comments on commit a7273ca

Please sign in to comment.