docs: Update Readme with example of how to run tests only for a single package (#1946)

This commit is contained in:
Luke Schoen
2019-03-07 22:13:49 +01:00
committed by Bastian Köcher
parent 8d290f6110
commit a4168f2515
+3 -1
View File
@@ -237,11 +237,13 @@ Then build the code:
cargo build # Builds all native code
----
You can run the tests if you like:
You can run all the tests if you like:
[source, shell]
cargo test --all
Or just run the tests of a specific package (i.e. `cargo test -p srml-assets`)
You can start a development chain with:
[source, shell]