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 21166af commit bcfbfc5Copy full SHA for bcfbfc5
.github/workflows/ci.yml
@@ -37,6 +37,6 @@ jobs:
37
- name: Test
38
env:
39
BASE_SEPOLIA_RPC_URL: ${{ env.BASE_SEPOLIA_RPC_URL }}
40
- run: forge test -vvv
+ run: forge test -vvv --ffi
41
42
0 commit comments