Skip to content

Commit 728d16a

Browse files
authored
add testing section to readme.md (#92)
Signed-off-by: Daniel Maricic <[email protected]>
1 parent 9e3920b commit 728d16a

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
## Table of Contents
1818

1919
- [Usage](#usage)
20+
- [Testing](#testing)
2021
- [Maintainers](#maintainers)
2122
- [Contribute](#contribute)
2223
- [License](#license)
2324

24-
2525
## Usage
2626

2727
```rust
@@ -59,6 +59,10 @@ cid = "0.7.0"
5959

6060
You can also run this example from this checkout with `cargo run --example readme`.
6161

62+
## Testing
63+
64+
You can run the tests using this command: `cargo test --all-features`
65+
6266
## Maintainers
6367

6468
Captain: [@dignifiedquire](https://github.com/dignifiedquire).
@@ -71,7 +75,6 @@ Check out our [contributing document](https://github.com/multiformats/multiforma
7175

7276
Small note: If editing the README, please conform to the [standard-readme](https://github.com/RichardLitt/standard-readme) specification.
7377

74-
7578
## License
7679

7780
[MIT](LICENSE) © 2017 Friedel Ziegelmayer

0 commit comments

Comments
 (0)