Skip to content

Commit

Permalink
Update run-tests.yml with VERSION_SALT
Browse files Browse the repository at this point in the history
Update run-tests.yml with VERSION_SALT
  • Loading branch information
eloi010 authored Dec 27, 2023
1 parent 42c9dd9 commit c601a9f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,12 @@ jobs:
- name: Local tests
env: # Or as an environment variable
ENTRY_POINT_ADDRESS: ${{ vars.ENTRY_POINT_ADDRESS }}
VERSION_SALT: 0x0510000000000000000000000000000000000000000000000000000000000051
run: forge test --force -vvv --match-test test

- name: Fork tests (Goerli)
env: # Or as an environment variable
ENTRY_POINT_ADDRESS: ${{ vars.ENTRY_POINT_ADDRESS }}
GOERLI_RPC: ${{ secrets.GOERLI_RPC }}
VERSION_SALT: 0x0510000000000000000000000000000000000000000000000000000000000051
run: forge test --force -vvv --match-test test --fork-url $GOERLI_RPC

0 comments on commit c601a9f

Please sign in to comment.