mirror of
https://gitlab.com/pulsechaincom/lighthouse-pulse.git
synced 2025-01-18 09:48:47 +00:00
Edit README to test with release flag
This commit is contained in:
parent
06a537a165
commit
7ff26a48dc
@ -125,7 +125,7 @@ A few basic steps are needed to get set up:
|
|||||||
6. Navigate to the working directory.
|
6. Navigate to the working directory.
|
||||||
7. If you haven't already, clone the repository with submodules: `git clone --recursive https://github.com/sigp/lighthouse`.
|
7. If you haven't already, clone the repository with submodules: `git clone --recursive https://github.com/sigp/lighthouse`.
|
||||||
Alternatively, run `git submodule init` in a repository which was cloned without submodules.
|
Alternatively, run `git submodule init` in a repository which was cloned without submodules.
|
||||||
8. Run the test by using command `cargo test --all`. By running, it will pass all the required test cases.
|
8. Run the test by using command `cargo test --all --release`. By running, it will pass all the required test cases.
|
||||||
If you are doing it for the first time, then you can grab a coffee in the meantime. Usually, it takes time
|
If you are doing it for the first time, then you can grab a coffee in the meantime. Usually, it takes time
|
||||||
to build, compile and pass all test cases. If there is no error then it means everything is working properly
|
to build, compile and pass all test cases. If there is no error then it means everything is working properly
|
||||||
and it's time to get your hands dirty.
|
and it's time to get your hands dirty.
|
||||||
|
Loading…
Reference in New Issue
Block a user