Skip to content

Commit

Permalink
ffi
Browse files Browse the repository at this point in the history
Signed-off-by: Pablo Maldonado <pablo@umaproject.org>
  • Loading branch information
md0x committed May 16, 2024
1 parent e2ad14b commit da4e998
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
- name: "Run the tests"
env:
RPC_MAINNET: ${{ secrets.RPC_MAINNET }}
run: "forge test --fork-url $RPC_MAINNET"
run: "forge test --fork-url $RPC_MAINNET --ffi"

- name: "Add test summary"
run: |
Expand Down

0 comments on commit da4e998

Please sign in to comment.