docs(dev): switch test instructions to nextest (#361)

This commit is contained in:
Mohan 2025-05-27 11:05:49 +02:00 committed by GitHub
parent 0515f4e6ec
commit 60d2ee9f7e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 21 additions and 5 deletions

View file

@ -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.
![Screenshot 2024-11-21 at 6 19 03PM](https://github.com/user-attachments/assets/a9fe110e-90b4-4af8-8980-d4207a5e2a71)
## 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
```