From 36abb21c62de0201cdda100965b2d86a38a3e30c Mon Sep 17 00:00:00 2001 From: Alon Shavit Date: Sat, 3 Aug 2019 13:25:28 +0300 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9eb3ddc..3d72538 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ For the sake of simplicity we ignore the case where Alice does not reveal her se ## Running the project To run the atomic_swap implementation test, you should perform the following steps: - - Clone the Libra Core Repository: + Clone the Libra Core Repository: ``` git clone https://github.com/libra/libra.git @@ -64,5 +64,7 @@ cargo test -p functional_tests atomic_swap Note: If your tests failed, edit the `atomic_swap.mvir` file and run the following command to rerun the tests: +``` cargo test -p functional_tests --test testsuite +```