File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -43,11 +43,12 @@ This fork modifies the original project to produce a drop-in replacement for tok
4343
4444 $ cargo update -p tokio --precise 1.43.0
4545
46- 6 . Test all the changes against your local msim repo - if there are build errors the rebasing may have gone wrong.
46+ 6 . Install simtest ( if you already have it, skip this step): https://github.com/MystenLabs/sui/blob/main/scripts/simtest/install.sh
4747
48- - install simtest (if you already have it, skip this step): https://github.com/MystenLabs/sui/blob/main/scripts/simtest/install.sh
48+ 7 . Test all the changes against your local msim repo - if there are build errors the rebasing may have gone wrong.
49+ $ cd sui
50+ $ LOCAL_MSIM_PATH=/path/to/mysten-sim/msim cargo simtest
4951
50- $ LOCAL_MSIM_PATH=/path/to/mysten-sim/repo cargo simtest
5152
5253## Usage:
5354
You can’t perform that action at this time.
0 commit comments