Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
CONTRIBUTING: mention nextest
Fintan Halpenny committed 3 months ago
commit a1067b9a242ad16bc46cfed232f72dacc2b744ea
parent 04860823db12bcb61e44f8bc7be6f8accf3e1240
1 file changed +10 -0
modified CONTRIBUTING.md
@@ -61,6 +61,16 @@ Make sure all tests are passing with:
Some tests require `jq`. If `jq` is not detected, these tests will succeed
without effectively testing anything.

+
#### `cargo nextest`
+

+
Another popular test runner is [`nextest`](https://nexte.st/), which can be used through `cargo nextest`.
+

+
The equivalent to the above `cargo test` command would be:
+

+
    $ cargo nextest run --workspace
+

+
Note that `cargo nextest` does not include doc tests, however, we do not write doc tests.
+

### Checking the docs

If you make documentation changes, you may want to check whether there are any