Skip to content

Commit ff4c1ea

Browse files
committed
updated doc to run tests
1 parent 4fffb7b commit ff4c1ea

1 file changed

Lines changed: 2 additions & 15 deletions

File tree

README.md

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -73,23 +73,10 @@ setting `RUST_LOG=off`.
7373

7474
## running the tests
7575

76-
to run the test you need a work regtest environment as provided by nigiri. You may need to
77-
for whatever reason I nigiri isn't fully operable unless you stop and start it again.
78-
Once after start-up I need to run this:
76+
The tests spin up bitcoind, Electrs and other servers as needed, so you may need quite some RAM and patience.
7977

8078
```bash
81-
82-
nigiri stop
83-
nigiri start
84-
```
85-
86-
then to run the tests:
87-
88-
```bash
89-
90-
cd protocol
91-
cargo test --package protocol --lib --tests -- --nocapture
92-
79+
cargo test
9380
```
9481

9582
## reading the Markdown files

0 commit comments

Comments
 (0)