# Run tests with nary = 2 ## (DRAFT) Multi-section fault-proof dispute game https://github.com/ethereum-optimism/optimism/pull/9895/files ## 验证 git clone https://github.com/JustXxx/optimism.git cd optimism/packages/contracts-bedrock ### 先验证环境,是否正常 (需要 44 tests succeeded) ``` git checkout develop forge test --mc FaultDisputeGame_Test ``` ![image](https://hackmd.io/_uploads/HJ4X0G8Aa.png) ### Run tests with nary = 2 ( 43 tests passed, 1 failed;校验_verifyExecBisectionRoot未完成) ``` git checkout develop_bill forge test --mc FaultDisputeGame_Test ``` ![image](https://hackmd.io/_uploads/B1FgTG8Ap.png)