Skip to content

Commit cee36f7

Browse files
authored
Update run-tests.yml with VERSION_SALT
Update run-tests.yml with VERSION_SALT
1 parent d493834 commit cee36f7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/run-tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,12 @@ jobs:
2525
- name: Local tests
2626
env: # Or as an environment variable
2727
ENTRY_POINT_ADDRESS: ${{ vars.ENTRY_POINT_ADDRESS }}
28+
VERSION_SALT: 0x0510000000000000000000000000000000000000000000000000000000000051
2829
run: forge test --force -vvv --match-test test
2930

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

0 commit comments

Comments
 (0)