Skip to content

Commit 0dfbdbb

Browse files
committed
fix: add --ffi flag to forge test in run-tests.sh
1 parent f96667c commit 0dfbdbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kms/auth-eth/scripts/run-tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ rm -f "$PROJECT_ROOT/integration-test.js"
237237
# Run Foundry tests
238238
echo ""
239239
echo -e "${BLUE}🔨 Running Foundry tests...${NC}"
240-
forge test --rpc-url $ETH_RPC_URL
240+
ETHERSCAN_API_KEY=dummy forge test --ffi --rpc-url $ETH_RPC_URL
241241
FOUNDRY_RESULT=$?
242242

243243
# Summary

0 commit comments

Comments
 (0)