We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d493834 commit cee36f7Copy full SHA for cee36f7
.github/workflows/run-tests.yml
@@ -25,10 +25,12 @@ jobs:
25
- name: Local tests
26
env: # Or as an environment variable
27
ENTRY_POINT_ADDRESS: ${{ vars.ENTRY_POINT_ADDRESS }}
28
+ VERSION_SALT: 0x0510000000000000000000000000000000000000000000000000000000000051
29
run: forge test --force -vvv --match-test test
30
31
- name: Fork tests (Goerli)
32
33
34
GOERLI_RPC: ${{ secrets.GOERLI_RPC }}
35
36
run: forge test --force -vvv --match-test test --fork-url $GOERLI_RPC
0 commit comments