Skip to content

Commit 631ced1

Browse files
committed
Mention features for local testing
1 parent 2ca7625 commit 631ced1

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,13 @@ asynchronous IO types.
99
- [Crates.io][2]
1010
- [Releases][releases]
1111

12+
## Development
13+
14+
When developing you will need to enable appropriate features for the different
15+
test cases to run, the simplest is `cargo test --all-features`, but you can
16+
enable different subsets of features as appropriate for the code you are
17+
testing to avoid compiling all dependencies.
18+
1219
## License
1320

1421
Licensed under either of

0 commit comments

Comments
 (0)