mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-11-28 19:50:20 -05:00
docs(dev): switch test instructions to nextest (#361)
This commit is contained in:
parent
0515f4e6ec
commit
60d2ee9f7e
3 changed files with 21 additions and 5 deletions
10
README.md
10
README.md
|
|
@ -14,3 +14,13 @@ If you're just here for the software, head over to the [releases](https://github
|
|||
Join our [Matrix room](https://matrix.to/#/#unstoppableswap-core:matrix.org) to follow development more closely.
|
||||
|
||||

|
||||
|
||||
## Running tests
|
||||
|
||||
This repository uses [cargo-nextest](https://nexte.st/docs/running/) to run the
|
||||
test suite.
|
||||
|
||||
```bash
|
||||
cargo install cargo-nextest
|
||||
cargo nextest run
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue